diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 18:46:00 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 18:46:00 +0000 |
commit | e4c96c2d267281132ccab735cbcdbb883a9e892c (patch) | |
tree | 6630701186a68bf7d7d8825688fa47331f81484b /target/u-boot/Config.in | |
parent | 77662160bbfbcb18cadb72276e44a8e017772181 (diff) | |
download | buildroot-novena-e4c96c2d267281132ccab735cbcdbb883a9e892c.tar.gz buildroot-novena-e4c96c2d267281132ccab735cbcdbb883a9e892c.zip |
Use latest u-boot as default
Diffstat (limited to 'target/u-boot/Config.in')
-rw-r--r-- | target/u-boot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index ff57a43bd..3d6262788 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -13,7 +13,7 @@ config BR2_TARGET_UBOOT_BOARDNAME choice prompt "U-Boot Version" - default BR2_TARGET_UBOOT_2008_10 + default BR2_TARGET_UBOOT_2009_01 help Select the specific U-Boot version you want to use |