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