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 --- u-boot/scripts/android2fit.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/u-boot/scripts/android2fit.sh b/u-boot/scripts/android2fit.sh index cb7d2c9..b2ef05c 100755 --- a/u-boot/scripts/android2fit.sh +++ b/u-boot/scripts/android2fit.sh @@ -61,9 +61,9 @@ rm images/ -rf && mkdir -p images/ cp ${OUT}/kernel images/ - cp ${OUT}/resource images/ + cp ${OUT}/resource images/second cp ${OUT}/ramdisk images/ - cp ${OUT}/rk-kernel.dtb images/ + cp ${OUT}/rk-kernel.dtb images/dtb rm ${OUT}/ -rf ./make.sh fit -- Gitblit v1.6.2