diff options
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-hawk.lds')
-rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-hawk.lds | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds index e3a07cc8eda..2557830f949 100644 --- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds +++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds @@ -58,11 +58,6 @@ SECTIONS } . = ALIGN(4); - .u_boot_list : { - #include <u-boot.lst> - } - - . = ALIGN(4); __rel_dyn_start = .; __rel_dyn_end = .; __dynsym_start = .; |