summaryrefslogtreecommitdiff
path: root/configs/roc-pc-rk3399_defconfig
diff options
context:
space:
mode:
authorChristopher Obbard <chris.obbard@collabora.com>2022-11-23 16:59:02 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-01-16 13:01:10 +0300
commitb47742fcaf48fb4a26c36bab6b3993eeadc99835 (patch)
treeb8d4bbb7a8005b749f3d5a5e4127ed59d6a8b211 /configs/roc-pc-rk3399_defconfig
parent2c8992910196114656a6668dd00ee15081c786a0 (diff)
downloadu-boot-b47742fcaf48fb4a26c36bab6b3993eeadc99835.tar.xz
configs: roc-pc-rk3399: Enable rockchip efuse support
Enable efuse support which allows reading of the cpuid#, serial# and also generates a unique mac address from the board's serial. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/roc-pc-rk3399_defconfig')
-rw-r--r--configs/roc-pc-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/roc-pc-rk3399_defconfig b/configs/roc-pc-rk3399_defconfig
index 3e58db07da..d68e03fba4 100644
--- a/configs/roc-pc-rk3399_defconfig
+++ b/configs/roc-pc-rk3399_defconfig
@@ -23,6 +23,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
CONFIG_USE_PREBOOT=y
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-roc-pc.dtb"
CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_MISC_INIT_R=y
CONFIG_SPL_MAX_SIZE=0x2e000
CONFIG_SPL_PAD_TO=0x7f8000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
@@ -50,6 +51,7 @@ CONFIG_SPL_DM_SEQ_ALIAS=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