summaryrefslogtreecommitdiffstats
path: root/board/mpl/pip405/u-boot.lds.debug
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpl/pip405/u-boot.lds.debug')
-rw-r--r--board/mpl/pip405/u-boot.lds.debug8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/mpl/pip405/u-boot.lds.debug b/board/mpl/pip405/u-boot.lds.debug
index fcf8ebbf8e..d7a2e56008 100644
--- a/board/mpl/pip405/u-boot.lds.debug
+++ b/board/mpl/pip405/u-boot.lds.debug
@@ -106,9 +106,11 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
- __u_boot_cmd_start = .;
- .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