Skip to content

Commit

Permalink
fix: generate compatile images wih edk2 EFI
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Feb 20, 2022
1 parent 9bb5cda commit 94f4b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ scripts/kconfig/merge_config.sh .config ../config
# Compiling
#make CC="ccache ${TOOLCHAIN}-gcc" ARCH=arm CROSS_COMPILE=${TOOLCHAIN}- xconfig
make -j 4 -k CC="ccache ${TOOLCHAIN}-gcc" ARCH=arm CROSS_COMPILE=${TOOLCHAIN}- zImage
#make -j 4 -k CC="ccache ${TOOLCHAIN}-gcc" ARCH=arm CROSS_COMPILE=${TOOLCHAIN}- dtbs
make -j 4 -k CC="ccache ${TOOLCHAIN}-gcc" ARCH=arm CROSS_COMPILE=${TOOLCHAIN}- dtbs

cat arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb >> arch/arm/boot/zImage
cp arch/arm/boot/zImage $KERNEL_TARGET_FILE_NAME

0 comments on commit 94f4b25

Please sign in to comment.