aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-05 14:19:12 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-05 14:19:12 -0600
commit885512b58bad7bd9777ce95b0feacacb8cf79ec4 (patch)
treef218ddc0bb824f686fd653e8ccbac5e1fa0e7dea
parenta793dcb74811ab1b29a6d8ec39b7431e67b4f824 (diff)
downloadsnowball-885512b58bad7bd9777ce95b0feacacb8cf79ec4.tar.gz
Setting proper config file for snowball linux kernel.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 2c74752..c7aad7f 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 := panda_defconfig
+KERNEL_CONFIG := u8500_android_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := u8500_snowball_config
TARGET_USE_XLOADER := true