ARC: Make sure .ivt section is not purged by garbage collector
[u-boot.git] / arch / arc / cpu / u-boot.lds
index 73c642ed6bd9c0b5eb725b87ccd001f420f50e58..d5c88ef9d4d012b17d9c88e3eb2fa8d9c9747dba 100644 (file)
@@ -23,7 +23,7 @@ SECTIONS
        __ivt_start = .;
        .ivt :
        {
-               *(.ivt)
+               KEEP(*(.ivt))
        }
        __ivt_end = .;
 
This page took 0.030671 seconds and 4 git commands to generate.