From a5381b36e15e30b3444740265fd0c82e62cf60aa Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sun, 5 Jul 2020 15:48:09 +0300 Subject: [PATCH] sm6250-common: define no bootloader rule This guards out inclusion of bootloader. --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9b6b4eb..5eb34ee 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -19,5 +19,8 @@ TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := cortex-a9 +# Bootloader +TARGET_NO_BOOTLOADER := true + # Platform TARGET_BOARD_PLATFORM := atoll