sm6250-common: define no bootloader rule
This guards out inclusion of bootloader.
This commit is contained in:
parent
8b64e910c9
commit
a5381b36e1
@ -19,5 +19,8 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
|
|||||||
TARGET_2ND_CPU_ABI2 := armeabi
|
TARGET_2ND_CPU_ABI2 := armeabi
|
||||||
TARGET_2ND_CPU_VARIANT := cortex-a9
|
TARGET_2ND_CPU_VARIANT := cortex-a9
|
||||||
|
|
||||||
|
# Bootloader
|
||||||
|
TARGET_NO_BOOTLOADER := true
|
||||||
|
|
||||||
# Platform
|
# Platform
|
||||||
TARGET_BOARD_PLATFORM := atoll
|
TARGET_BOARD_PLATFORM := atoll
|
||||||
|
Loading…
Reference in New Issue
Block a user