diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-04-30 06:27:33 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-04-30 06:27:33 +0000 |
commit | 7c66cc18cd63be97e7ae7e255b0bed803996e425 (patch) | |
tree | 86063dc673330428c774cf680912130f274566b6 | |
parent | 9dac854a116d4cd1280b632d8cbff7842a7d0113 (diff) | |
download | buildroot-novena-7c66cc18cd63be97e7ae7e255b0bed803996e425.tar.gz buildroot-novena-7c66cc18cd63be97e7ae7e255b0bed803996e425.zip |
Undeprecate u-boot 2008.10 since this is the last version known to work with JFFS2 fs and AVR32
-rw-r--r-- | target/u-boot/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index b2bc4e74b..bd0251be5 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -26,7 +26,6 @@ config BR2_TARGET_UBOOT_2009_01 config BR2_TARGET_UBOOT_2008_10 bool "u-boot-2008.10" - depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_1_3_4 bool "u-boot-1.3.4" |