summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJacob Chen <jacob2.chen@rock-chips.com>2017-01-17 12:19:39 +0800
committerSimon Glass <sjg@chromium.org>2017-02-09 12:10:59 -0700
commit5235753d15be8082d9d59cca7a54cfb0ac6d9f6c (patch)
treeb057e13f9015ee54fa1bf923cc14660c07fab3b0 /configs
parent3d1bf166bf1ea93bbf19cd26b25fdcfe805aa58d (diff)
rockchip: firefly: configs: use spl back to brom
Keep it same with other boards otherwise i have to write special script for it.. Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/firefly-rk3288_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 93e9f80ebb..f492f69cf3 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_ROCKCHIP_RK3288=y
+CONFIG_ROCKCHIP_SPL_BACK_TO_BROM=y
CONFIG_TARGET_FIREFLY_RK3288=y
CONFIG_SPL_STACK_R_ADDR=0x80000
CONFIG_DEFAULT_DEVICE_TREE="rk3288-firefly"
@@ -70,4 +71,3 @@ CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_USE_TINY_PRINTF=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
-# CONFIG_SPL_OF_LIBFDT is not set