diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-07-27 20:38:52 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-09-05 11:04:35 +0200 |
commit | 313bbcf0ea91db33bdf6ac394e26acff4215bfcf (patch) | |
tree | ad4e737b0d44022b9138e3d762f1e34a738a75bc /configs/firefly-rk3399_defconfig | |
parent | 5798d503fcae62fe1b82bef12adbce25cc2c1c0c (diff) | |
download | u-boot-313bbcf0ea91db33bdf6ac394e26acff4215bfcf.tar.gz |
rockchip: firefly-rk3399: enable ATF and dwmmc
enable the ATF option and SDCard in defconfig.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/firefly-rk3399_defconfig')
-rw-r--r-- | configs/firefly-rk3399_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index 7e3d107072..58eaab3783 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -13,6 +13,8 @@ CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200 +CONFIG_SPL_ATF_SUPPORT=y +CONFIG_SPL_ATF_TEXT_BASE=0x00010000 CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_GPT=y |