From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 u-boot/include/configs/rv1126_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/u-boot/include/configs/rv1126_common.h b/u-boot/include/configs/rv1126_common.h
index ac173a9..8f7e94e 100644
--- a/u-boot/include/configs/rv1126_common.h
+++ b/u-boot/include/configs/rv1126_common.h
@@ -12,7 +12,6 @@
 #define COUNTER_FREQUENCY		24000000
 #define CONFIG_SYS_MALLOC_LEN		(32 << 20)
 #define CONFIG_SYS_CBSIZE		1024
-#define CONFIG_SKIP_LOWLEVEL_INIT
 #define CONFIG_SYS_NS16550_MEM32
 
 #ifdef CONFIG_SUPPORT_USBPLUG
@@ -106,6 +105,7 @@
 #endif
 #endif
 
+#define CONFIG_LIB_HW_RAND
 #define CONFIG_PREBOOT
 
 #endif

--
Gitblit v1.6.2