hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/include/configs/rv1126_common.h
....@@ -12,7 +12,6 @@
1212 #define COUNTER_FREQUENCY 24000000
1313 #define CONFIG_SYS_MALLOC_LEN (32 << 20)
1414 #define CONFIG_SYS_CBSIZE 1024
15
-#define CONFIG_SKIP_LOWLEVEL_INIT
1615 #define CONFIG_SYS_NS16550_MEM32
1716
1817 #ifdef CONFIG_SUPPORT_USBPLUG
....@@ -106,6 +105,7 @@
106105 #endif
107106 #endif
108107
108
+#define CONFIG_LIB_HW_RAND
109109 #define CONFIG_PREBOOT
110110
111111 #endif