From f7e18790ba0af8f566144eabca576a3971528188 Mon Sep 17 00:00:00 2001 From: chainsx Date: Wed, 8 Jan 2025 03:03:24 +0000 Subject: [PATCH] =?UTF-8?q?rockchip:=20=E4=BF=AE=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E6=A0=B8=E9=85=8D=E7=BD=AE=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chainsx --- scripts/rockchip/build_boot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/rockchip/build_boot.sh b/scripts/rockchip/build_boot.sh index b19533c..75cf2cf 100755 --- a/scripts/rockchip/build_boot.sh +++ b/scripts/rockchip/build_boot.sh @@ -248,6 +248,9 @@ mk_boot() { rm -rf ${boot_dir} } +kernel_defconfig="openeuler_rockchip_defconfig" +default_defconfig="" + default_param local_param parseargs "$@" || help $? @@ -256,9 +259,6 @@ set -e rockchip_bootargs="earlyprintk console=ttyS2,1500000 rw root=UUID=614e0000-0000-4b53-8000-1d28000054a9 rootfstype=ext4 init=/sbin/init rootwait" phytium_bootargs="console=ttyAMA1,115200 earlycon=pl011,0x2800d000 rw root=UUID=614e0000-0000-4b53-8000-1d28000054a9 rootfstype=ext4 rootwait cma=256m" -kernel_defconfig="openeuler_rockchip_defconfig" -default_defconfig="" - if [ "x$default_defconfig" == "x" ] ; then default_defconfig=$kernel_defconfig elif [ -f $default_defconfig ]; then