diff options
Diffstat (limited to 'board/korat/u-boot-F7FC.lds')
-rw-r--r-- | board/korat/u-boot-F7FC.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/korat/u-boot-F7FC.lds b/board/korat/u-boot-F7FC.lds index 90d2135340f..52c929cab95 100644 --- a/board/korat/u-boot-F7FC.lds +++ b/board/korat/u-boot-F7FC.lds @@ -110,7 +110,7 @@ SECTIONS . = .; .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } . = .; |