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.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6sl_arm2/u-boot.lds b/board/freescale/mx6sl_arm2/u-boot.lds
index e60df09e2b..d17b8627d8 100644
--- a/board/freescale/mx6sl_arm2/u-boot.lds
+++ b/board/freescale/mx6sl_arm2/u-boot.lds
@@ -69,8 +69,8 @@ SECTIONS
. = ALIGN(4);
_end_of_copy = .; /* end_of ROM copy code when HAB is not enabled */
- /* Original Size is 0x27..., enlarge to 0x2F000 */
- . = TEXT_BASE + 0x2F000;
+ /* Extend to align to 0x1000, then put the Hab Data */
+ . = ALIGN(0x1000);
__hab_data = .;
. = . + 0x2000;
__hab_data_end = .;