diff --git a/BUILD.gn b/BUILD.gn index f003c6dd2c2d24a34e4a69eaa347ec2ac80c0bec..9cd2131e431f5379506db017b8b7549b20df0142 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -382,10 +382,6 @@ build_ext_component("build_kernel_image") { command += " && sh -c '$objdump -t $liteos_name | sort >$liteos_name.sym.sorted'" command += " && sh -c '$objdump -d $liteos_name >$liteos_name.asm'" - - if (defined(LOSCFG_PLATFORM_STM32MP157)) { - command += " && sh -c 'mkimage -A arm -O linux -T kernel -C none -a 0xC0100000 -e 0xC0100000 -n liteos-a -d $liteos_name.bin $liteos_name.stm32' " - } } build_ext_component("make") {