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/rk3288_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/u-boot/include/configs/rk3288_common.h b/u-boot/include/configs/rk3288_common.h
index 1ffa23e..be29922 100644
--- a/u-boot/include/configs/rk3288_common.h
+++ b/u-boot/include/configs/rk3288_common.h
@@ -59,7 +59,7 @@
 #define ENV_MEM_LAYOUT_SETTINGS \
 	"scriptaddr=0x00000000\0" \
 	"pxefile_addr_r=0x00100000\0" \
-	"fdt_addr_r=0x08300000\0" \
+	"fdt_addr_r=0x08100000\0" \
 	"kernel_addr_r=0x02008000\0" \
 	"ramdisk_addr_r=0x0a200000\0"
 

--
Gitblit v1.6.2