forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
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