summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sl_arm2/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6sl_arm2/u-boot.lds')
-rw-r--r--board/freescale/mx6sl_arm2/u-boot.lds7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/freescale/mx6sl_arm2/u-boot.lds b/board/freescale/mx6sl_arm2/u-boot.lds
index ae64f121d5..0bd13f6165 100644
--- a/board/freescale/mx6sl_arm2/u-boot.lds
+++ b/board/freescale/mx6sl_arm2/u-boot.lds
@@ -66,6 +66,13 @@ SECTIONS
.u_boot_cmd : { *(.u_boot_cmd) }
__u_boot_cmd_end = .;
+ /* Original Size is 0x27..., enlarge to 0x2F000 */
+ . = TEXT_BASE + 0x2F000;
+ __hab_data = .;
+ . = . + 0x2000;
+ __hab_data_end = .;
+ /* End of Hab Data, Place it before BSS section */
+
. = ALIGN(4);
_end_of_copy = .; /* end_of ROM copy code here */
__bss_start = .;