summaryrefslogtreecommitdiff
path: root/src/arch/armv7/bootblock.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/bootblock.lds')
-rw-r--r--src/arch/armv7/bootblock.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/armv7/bootblock.lds b/src/arch/armv7/bootblock.lds
index 90e37a0acb..fc58601439 100644
--- a/src/arch/armv7/bootblock.lds
+++ b/src/arch/armv7/bootblock.lds
@@ -25,7 +25,7 @@ OUTPUT_ARCH(arm)
TARGET(binary)
SECTIONS
{
- ROMLOC = 0x2023400 - 8192;
+ ROMLOC = CONFIG_BOOTBLOCK_BASE - CONFIG_BL1_SIZE_KB;
/* This section might be better named .setup */
.rom ROMLOC : {