hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
device/rockchip/common/build.sh
....@@ -654,7 +654,7 @@
654654 build_check_cross_compile
655655
656656 cd kernel
657
- make ARCH=$RK_ARCH $RK_KERNEL_DEFCONFIG rockchip_rt.config
657
+ make ARCH=$RK_ARCH $RK_KERNEL_DEFCONFIG
658658 make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
659659 if [ -f "$TOP_DIR/device/rockchip/$RK_TARGET_PRODUCT/$RK_KERNEL_FIT_ITS" ]; then
660660 $COMMON_DIR/mk-fitimage.sh $TOP_DIR/kernel/$RK_BOOT_IMG \
....@@ -1101,12 +1101,12 @@
11011101 else
11021102 ./mkupdate.sh
11031103 fi
1104
- md5sum update.img >update.img.md5
1105
- zip update.zip update.img update.img.md5
1106
- md5sum update.zip > update.zip.md5
1104
+ #md5sum update.img >update.img.md5
1105
+ #zip update.zip update.img update.img.md5
1106
+ #md5sum update.zip > update.zip.md5
11071107 mv update.img $IMAGE_PATH
1108
- mv update.zip $IMAGE_PATH
1109
- mv update.zip.md5 $IMAGE_PATH
1108
+ #mv update.zip $IMAGE_PATH
1109
+ #mv update.zip.md5 $IMAGE_PATH
11101110 fi
11111111
11121112 finish_build