aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-27 14:57:16 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-27 14:57:16 -0600
commit48f6ea89fcb4c0ca4c4b01532083bdc2a11b6c6f (patch)
treee7428dd12dcfe81245842043c4f346125de1857d
parent728ad57a53d42b25253643d3277b58e6abb0c362 (diff)
downloadsnowball-48f6ea89fcb4c0ca4c4b01532083bdc2a11b6c6f.tar.gz
See if this will hep with compiler 4.4.0 seg fault (highly doubtful).HEADmaster
Revert "Setting correct board config name for ALK3.0" This reverts commit 728ad57a53d42b25253643d3277b58e6abb0c362. 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 c4ed8f1..6114c7d 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 := true