summaryrefslogtreecommitdiffstats
path: root/board/ait/cam_enc_4xx/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/ait/cam_enc_4xx/u-boot-spl.lds')
-rw-r--r--board/ait/cam_enc_4xx/u-boot-spl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds
index 6f6e065a9f..52c986e8a9 100644
--- a/board/ait/cam_enc_4xx/u-boot-spl.lds
+++ b/board/ait/cam_enc_4xx/u-boot-spl.lds
@@ -32,7 +32,7 @@ OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS
{
- . = 0x00000000;
+ . = CONFIG_SPL_TEXT_BASE;
. = ALIGN(4);
.text :
OpenPOWER on IntegriCloud