diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 126c3476..c6dccf4f 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -19,6 +19,10 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x00300000 #define CONFIG_SYS_LOAD_ADDR 0x00800800 +#define CONFIG_MISC 1 +#define CONFIG_MISC_INIT_R 1 +#define CONFIG_ROCKCHIP_EFUSE 1 + #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_TPL_BOOTROM_SUPPORT) #define CONFIG_SPL_STACK 0x00400000 #define CONFIG_SPL_MAX_SIZE 0x40000