diff options
author | Jacob Chen <jacob2.chen@rock-chips.com> | 2017-01-17 04:19:39 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-02-09 19:10:59 (GMT) |
commit | 5235753d15be8082d9d59cca7a54cfb0ac6d9f6c (patch) | |
tree | b057e13f9015ee54fa1bf923cc14660c07fab3b0 /configs/firefly-rk3288_defconfig | |
parent | 3d1bf166bf1ea93bbf19cd26b25fdcfe805aa58d (diff) | |
download | u-boot-5235753d15be8082d9d59cca7a54cfb0ac6d9f6c.tar.xz |
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/firefly-rk3288_defconfig')
-rw-r--r-- | configs/firefly-rk3288_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 93e9f80..f492f69 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 |