aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-07-16 12:36:42 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-07-28 03:45:12 +0159
commit6747c78991956d6719956b142d2481b14d482cf3 (patch)
tree4eaaae2809b5c5927c317f7439fd1301e76c56ff
parentcb7d4884ef3bc96f989e37992f3700bb8ffa0499 (diff)
downloadimx53-6747c78991956d6719956b142d2481b14d482cf3.tar.gz
Set the correct defconfig/board type
-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