diff options
Diffstat (limited to 'include/configs/x600.h')
-rw-r--r-- | include/configs/x600.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h index eae85d62c9..e5bc6b9014 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -274,7 +274,7 @@ /* * SPL related defines */ -#define CONFIG_SPL +#define CONFIG_SPL 1 #define CONFIG_SPL_TEXT_BASE 0xd2800b00 #define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/spear" #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds" |