diff options
Diffstat (limited to 'board/gaisler/gr_ep2s60/u-boot.lds')
-rw-r--r-- | board/gaisler/gr_ep2s60/u-boot.lds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gaisler/gr_ep2s60/u-boot.lds b/board/gaisler/gr_ep2s60/u-boot.lds index 2fb44aa832..5a387967ff 100644 --- a/board/gaisler/gr_ep2s60/u-boot.lds +++ b/board/gaisler/gr_ep2s60/u-boot.lds @@ -90,6 +90,11 @@ SECTIONS . = ALIGN(4); __u_boot_cmd_end = .; + . = ALIGN(4); + .u_boot_list : { + #include <u-boot.lst> + } + .data : { *(.data) |