diff options
Diffstat (limited to 'board/samsung/smdk5250/smdk5250-uboot-spl.lds')
-rw-r--r-- | board/samsung/smdk5250/smdk5250-uboot-spl.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/smdk5250-uboot-spl.lds b/board/samsung/smdk5250/smdk5250-uboot-spl.lds index 951d8cec1d..4ef6a51976 100644 --- a/board/samsung/smdk5250/smdk5250-uboot-spl.lds +++ b/board/samsung/smdk5250/smdk5250-uboot-spl.lds @@ -49,7 +49,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } >.sram . = ALIGN(4); |