From 4f641cc145b7c927e095ef1ac7e46f5eceedfd0f Mon Sep 17 00:00:00 2001 From: Laowang-BearPi Date: Thu, 31 Mar 2022 23:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4GN=E4=B8=AD=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Laowang-BearPi --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index f003c6dd..9cd2131e 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") { -- GitLab