aboutsummaryrefslogtreecommitdiff
path: root/configs/rockpro64-rk3399_defconfig
diff options
context:
space:
mode:
authorHugh Cole-Baker <sigmaris@gmail.com>2019-09-09 21:48:17 +0100
committerKever Yang <kever.yang@rock-chips.com>2019-09-19 09:35:31 +0800
commitfc925fd15f31093251403a58f8f465fd296e23bd (patch)
tree5ff2b68c2fb06a7b718f742ce96cdac4fb887a20 /configs/rockpro64-rk3399_defconfig
parenta9fa70b7b7167487affc5d919e541872c99e814b (diff)
downloadu-boot-fc925fd15f31093251403a58f8f465fd296e23bd.zip
u-boot-fc925fd15f31093251403a58f8f465fd296e23bd.tar.gz
u-boot-fc925fd15f31093251403a58f8f465fd296e23bd.tar.bz2
configs: rockpro64-rk3399: Enable CONFIG_MISC_INIT_R and ROCKCHIP_EFUSE
This enables reading the cpuid from e-fuse, and deriving a static MAC address from it. Without this, the ethernet interface on the rockpro64 can't be used to boot. Signed-off-by: Hugh Cole-Baker <sigmaris@gmail.com> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rockpro64-rk3399_defconfig')
-rw-r--r--configs/rockpro64-rk3399_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
index 40ebad5..22b8bc5 100644
--- a/configs/rockpro64-rk3399_defconfig
+++ b/configs/rockpro64-rk3399_defconfig
@@ -9,6 +9,7 @@ CONFIG_DEBUG_UART_BASE=0xFF1A0000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART=y
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-rockpro64.dtb"
+CONFIG_MISC_INIT_R=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
@@ -28,6 +29,8 @@ CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent
CONFIG_ENV_IS_IN_MMC=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