summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@linaro.org>2011-05-20 14:06:29 +0200
committerAlexander Sack <asac@linaro.org>2011-05-20 14:06:29 +0200
commita17ba62797702c24257768fed322c99e82cd2e79 (patch)
tree45c1c550c04a5b85c4fdff46e3a05c8f211a5722
parent5981126358327bfe521745275b411ffa46c4116a (diff)
downloadpandaboard-a17ba62797702c24257768fed322c99e82cd2e79.tar.gz
use panda_defconfig to build pandroid kernel from git://git.linaro.org/people/asac/android/kernel/pandroid.git
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6724a69..7f29aab 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,7 +6,7 @@
TARGET_BOARD_PLATFORM := omap4
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-KERNEL_CONFIG := android_omap4_defconfig
+KERNEL_CONFIG := panda_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap4_panda_config
TARGET_USE_XLOADER := true