summaryrefslogtreecommitdiff
path: root/configs/firefly-rk3399_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-19 23:07:12 -0500
committerTom Rini <trini@konsulko.com>2020-01-19 23:07:12 -0500
commitcd057f5e15acaf099b375dcce508257fdadaf497 (patch)
treebe4138af2cba228038d171bcd42a9bb79f3e7627 /configs/firefly-rk3399_defconfig
parent2d2f91a480f6849a8548414003d36fa030d434f1 (diff)
parentf9a0f5b83e9eabf4d064c7ec46fe2f9b9b694b4e (diff)
downloadu-boot-cd057f5e15acaf099b375dcce508257fdadaf497.tar.gz
Merge tag 'u-boot-rockchip-20200120' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchipWIP/19Jan2020
- Support SPI boot and redundant boot for rk3399 - Support binman for rockchip platform - Update ram driver and add ddr4 support for rk3328
Diffstat (limited to 'configs/firefly-rk3399_defconfig')
-rw-r--r--configs/firefly-rk3399_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
index b84d7b9ff0..ad32b1a3a5 100644
--- a/configs/firefly-rk3399_defconfig
+++ b/configs/firefly-rk3399_defconfig
@@ -8,7 +8,7 @@ CONFIG_DEBUG_UART_BASE=0xFF1A0000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART=y
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-firefly.dtb"
-# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_MISC_INIT_R=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
CONFIG_SPL_STACK_R=y
@@ -27,6 +27,8 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ROCKCHIP_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
+CONFIG_MISC=y
+CONFIG_ROCKCHIP_EFUSE=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_MMC_SDHCI=y