diff --git a/src/system/boot/platform/u-boot/arch/arm/shell.S b/src/system/boot/platform/u-boot/arch/arm/shell.S index 660fe2bbf8..69b1ff3198 100644 --- a/src/system/boot/platform/u-boot/arch/arm/shell.S +++ b/src/system/boot/platform/u-boot/arch/arm/shell.S @@ -2,6 +2,7 @@ #include +#include .text @@ -61,6 +62,7 @@ SYMBOL(_start_common): + ldr sp,=SDRAM_BASE + 0x2000000 ldrb r4,gUBootOS cmp r4,#0 beq start_raw