Set TARGET_NO_KERNEL to false in BoardConfig and use android_omap4_defconfig when building kernel. --- BoardConfig.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/BoardConfig.mk b/BoardConfig.mk index 82a06bd..6b808e2 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -5,7 +5,8 @@
TARGET_BOARD_PLATFORM := omap4 TARGET_NO_BOOTLOADER := true -TARGET_NO_KERNEL := true +TARGET_NO_KERNEL := false +KERNEL_CONFIG := android_omap4_defconfig TARGET_NO_RADIOIMAGE := true TARGET_PROVIDES_INIT_RC := true BOARD_USES_GENERIC_AUDIO := false