]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/u-boot.lds
mtd: cfi_flash: Use ARRAY_SIZE at appropriate places
[u-boot] / arch / x86 / cpu / u-boot.lds
index 2d6911aa4196b58278eedbab54b833ba3e38d976..b4ecd4bd4a5fc30eafbec0649d3b10ed731fce89 100644 (file)
@@ -79,18 +79,6 @@ SECTIONS
        /DISCARD/ : { *(.interp*) }
        /DISCARD/ : { *(.gnu*) }
 
-       /* 16bit realmode trampoline code */
-       .realmode REALMODE_BASE : AT ( LOADADDR(.rel.dyn) + SIZEOF(.rel.dyn) ) { KEEP(*(.realmode)) }
-
-       __realmode_start = LOADADDR(.realmode);
-       __realmode_size = SIZEOF(.realmode);
-
-       /* 16bit BIOS emulation code (just enough to boot Linux) */
-       .bios 0 : AT ( LOADADDR(.realmode) + SIZEOF(.realmode) ) { KEEP(*(.bios)) }
-
-       __bios_start = LOADADDR(.bios);
-       __bios_size = SIZEOF(.bios);
-
 #ifdef CONFIG_X86_RESET_VECTOR
 
        /*