summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7/bootblock.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/bootblock.inc')
-rw-r--r--src/arch/armv7/bootblock.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/armv7/bootblock.inc b/src/arch/armv7/bootblock.inc
index 82d801e75c21..25cc8c6be43f 100644
--- a/src/arch/armv7/bootblock.inc
+++ b/src/arch/armv7/bootblock.inc
@@ -36,7 +36,7 @@ _bl1:
* on ARM, which is 8KB in size and it is prepended to the
* reset vector
*/
- .skip CONFIG_BL1_SIZE_KB
+ .skip (CONFIG_BL1_SIZE_KB * 1024)
.globl _start
_start: b reset