--- BoardConfig.mk | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/BoardConfig.mk b/BoardConfig.mk index 882a994..e8135c1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -4,8 +4,13 @@ #
TARGET_BOARD_PLATFORM := montblanc -TARGET_NO_BOOTLOADER := true +TARGET_NO_BOOTLOADER := true # Uses u-boot instead TARGET_NO_KERNEL := true +KERNEL_CONFIG := +TARGET_USE_UBOOT := false +UBOOT_CONFIG := +TARGET_USE_XLOADER := false +TARGET_NO_RECOVERY := true TARGET_NO_RADIOIMAGE := true TARGET_PROVIDES_INIT_RC := true BOARD_USES_GENERIC_AUDIO := true