diff options
Diffstat (limited to 'configs/mk808_defconfig')
-rw-r--r-- | configs/mk808_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mk808_defconfig b/configs/mk808_defconfig index 54b419f4da..fadea658eb 100644 --- a/configs/mk808_defconfig +++ b/configs/mk808_defconfig @@ -25,6 +25,8 @@ CONFIG_SPL_FS_FAT=y CONFIG_SYS_LOAD_ADDR=0x70800800 CONFIG_SPL_PAYLOAD="u-boot.bin" CONFIG_DEBUG_UART=y +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x78000000 CONFIG_SD_BOOT=y CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="rk3066a-mk808.dtb" |