|
@@ -54,10 +54,11 @@ SECTIONS
|
|
|
|
|
|
.sdata : { *(.sdata) }
|
|
.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 = .;
|
|
uboot_end_data = .;
|
|
num_got_entries = (__got_end - __got_start) >> 2;
|
|
num_got_entries = (__got_end - __got_start) >> 2;
|