u-boot/include/configs/rv1126_common.h
.. .. @@ -12,7 +12,6 @@ 12 12 #define COUNTER_FREQUENCY 24000000 13 13 #define CONFIG_SYS_MALLOC_LEN (32 << 20) 14 14 #define CONFIG_SYS_CBSIZE 1024 15 -#define CONFIG_SKIP_LOWLEVEL_INIT16 15 #define CONFIG_SYS_NS16550_MEM32 17 16 18 17 #ifdef CONFIG_SUPPORT_USBPLUG .. .. @@ -106,6 +105,7 @@ 106 105 #endif 107 106 #endif 108 107 108 +#define CONFIG_LIB_HW_RAND109 109 #define CONFIG_PREBOOT 110 110 111 111 #endif