aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-12-02 11:05:02 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-12-02 11:05:02 -0700
commit074b8fe15cbdaaa23209c5ceddb0291a4c8f9b0a (patch)
tree49233afb2b1de7a921c282d6f9a060d0576f5ab0
parent17a663f66132e5789e36772cefa8f66bf4d4328c (diff)
downloadsnowball-074b8fe15cbdaaa23209c5ceddb0291a4c8f9b0a.tar.gz
Fixing config file name for move to igloo community kernel
Change-Id: I6b7c24dd4fc1b77485c2088abb507c7b878812e1 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 ecddd5d..4cd56c9 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,7 +6,7 @@
TARGET_BOARD_PLATFORM := snowball
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-KERNEL_CONFIG := u8500_snowball_android_defconfig
+KERNEL_CONFIG := u8500_android_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := u8500_snowball_config
TARGET_USE_XLOADER := false