aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4c646e8..ef75bfd 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -3,10 +3,10 @@
# Product-specific compile-time definitions.
#
-TARGET_BOARD_PLATFORM := omap4
+TARGET_BOARD_PLATFORM := imx53
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-KERNEL_CONFIG := android_omap4_defconfig
+KERNEL_CONFIG := imx5_android_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap4_panda_config
TARGET_USE_XLOADER := true