From 89281ea41721b3027e14d66c19f2dbb4d11847d3 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:24:14 +0000
Subject: [PATCH] build rk3568 uboot

---
 device/rockchip/common/build.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/device/rockchip/common/build.sh b/device/rockchip/common/build.sh
index 08a7b7a..40a571b 100755
--- a/device/rockchip/common/build.sh
+++ b/device/rockchip/common/build.sh
@@ -578,7 +578,7 @@
 	if [ "$RK_LOADER_UPDATE_SPL" = "true" ]; then
 		rm -f *spl.bin
 	fi
-
+:<<eof
 	if [ -n "$RK_UBOOT_DEFCONFIG_FRAGMENT" ]; then
 		if [ -f "configs/${RK_UBOOT_DEFCONFIG}_defconfig" ]; then
 			make ${RK_UBOOT_DEFCONFIG}_defconfig $RK_UBOOT_DEFCONFIG_FRAGMENT
@@ -600,6 +600,8 @@
 	if [ "$RK_IDBLOCK_UPDATE_SPL" = "true" ]; then
 		./make.sh --idblock --spl
 	fi
+eof
+	./make.sh rk3568-rt
 
 	if [ "$RK_RAMDISK_SECURITY_BOOTUP" = "true" ];then
 		ln -rsf $TOP_DIR/u-boot/boot.img $TOP_DIR/rockdev/

--
Gitblit v1.6.2