diff options
Diffstat (limited to 'arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds')
-rw-r--r-- | arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds b/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds index cff660a7d7..7405917595 100644 --- a/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds +++ b/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds @@ -51,12 +51,6 @@ SECTIONS . = ALIGN(4); - .u_boot_list : { - #include <u-boot.lst> - } - - . = ALIGN(4); - .rel.dyn : { __rel_dyn_start = .; *(.rel*) |