summaryrefslogtreecommitdiffstats
path: root/board/gth2/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/gth2/u-boot.lds')
-rw-r--r--board/gth2/u-boot.lds8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/gth2/u-boot.lds b/board/gth2/u-boot.lds
index 90432cb888..ce53d9ddbb 100644
--- a/board/gth2/u-boot.lds
+++ b/board/gth2/u-boot.lds
@@ -54,9 +54,11 @@ SECTIONS
.sdata : { *(.sdata) }
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
+ .u_boot_cmd : {
+ __u_boot_cmd_start = .;
+ *(.u_boot_cmd)
+ __u_boot_cmd_end = .;
+ }
uboot_end_data = .;
num_got_entries = (__got_end - __got_start) >> 2;
OpenPOWER on IntegriCloud