diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:46:07 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:46:07 +0100 |
commit | a157909eefe1215d9173aa2b76b4bfd7ba1612f9 (patch) | |
tree | ddd493eba8555d9353b9ce11d3622b82a1c1924e /boot/u-boot/Config.in | |
parent | bb6d3d958695e3d36cff2baccd251547443d6251 (diff) |
u-boot: drop old 2009.xx versions
We use 'make tools' to build a mkimage for the host if needed by the
kernel (uImage) without having u-boot configured, but that only works
since the 2010.03 release:
http://git.denx.de/?p=u-boot.git;a=commit;h=c7c0d542a1990
So drop the old 2009.xx versions rather than having the build break
for people.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r-- | boot/u-boot/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index 78c03ffb8..3ba1ef3a9 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -28,12 +28,6 @@ config BR2_TARGET_UBOOT_2010_06 config BR2_TARGET_UBOOT_2010_03 bool "2010.03" -config BR2_TARGET_UBOOT_2009_11 - bool "2009.11" - -config BR2_TARGET_UBOOT_2009_08 - bool "2009.08" - config BR2_TARGET_UBOOT_CUSTOM_TARBALL bool "Custom tarball" @@ -52,8 +46,6 @@ config BR2_TARGET_UBOOT_VERSION default "2010.09" if BR2_TARGET_UBOOT_2010_09 default "2010.06" if BR2_TARGET_UBOOT_2010_06 default "2010.03" if BR2_TARGET_UBOOT_2010_03 - default "2009.11" if BR2_TARGET_UBOOT_2009_11 - default "2009.08" if BR2_TARGET_UBOOT_2009_08 default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR |