aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-05 11:58:22 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-05 11:58:22 -0600
commita793dcb74811ab1b29a6d8ec39b7431e67b4f824 (patch)
tree2aff525d31adfb32ec73cab826ba8732e83b65fd
parent54d4a3e21bf45055c99239cad14551ac523f2f5f (diff)
downloadsnowball-a793dcb74811ab1b29a6d8ec39b7431e67b4f824.tar.gz
Setting correct uboot config file for uboot.
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 e1c6b12..2c74752 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -8,7 +8,7 @@ TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := panda_defconfig
TARGET_USE_UBOOT := true
-UBOOT_CONFIG := omap4_panda_config
+UBOOT_CONFIG := u8500_snowball_config
TARGET_USE_XLOADER := true
XLOADER_BINARY := device/linaro/snowball/MLO
TARGET_NO_RECOVERY := true