kernel_linux_build: fix ramdisk

Signed-off-by: sun_fan <sun_fan1@hoperun.com>
This commit is contained in:
sun_fan
2021-10-15 00:00:23 +08:00
parent 6a692d4109
commit d262ad389a
+1
View File
@@ -24,4 +24,5 @@ pushd ${1}
./kernel_module_build.sh ${2} ${4} ${5} ${6} ${7} ${8}
mkdir -p ${3}
cp ${2}/kernel/OBJ/${8}/arch/arm/boot/uImage ${3}/uImage
cp ${2}/kernel/OBJ/${8}/arch/arm/boot/zImage-dtb ${3}/zImage-dtb
popd