diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/ixdp425/u-boot.lds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ixdp425/u-boot.lds b/board/ixdp425/u-boot.lds index 3170aa0..cd44eb9 100644 --- a/board/ixdp425/u-boot.lds +++ b/board/ixdp425/u-boot.lds @@ -44,6 +44,10 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + __u_boot_cmd_start = .; + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_end = .; + armboot_end_data = .; . = ALIGN(4); |