summaryrefslogtreecommitdiffstats
path: root/board/gaisler/grsim_leon2
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaisler/grsim_leon2')
-rw-r--r--board/gaisler/grsim_leon2/u-boot.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gaisler/grsim_leon2/u-boot.lds b/board/gaisler/grsim_leon2/u-boot.lds
index cf6e5020ba..4f90a46cf4 100644
--- a/board/gaisler/grsim_leon2/u-boot.lds
+++ b/board/gaisler/grsim_leon2/u-boot.lds
@@ -89,6 +89,11 @@ SECTIONS
. = ALIGN(4);
__u_boot_cmd_end = .;
+ . = ALIGN(4);
+ .u_boot_list : {
+ #include <u-boot.lst>
+ }
+
.data :
{
*(.data)
OpenPOWER on IntegriCloud