diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-14 18:36:34 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-10 21:05:12 +0200 |
commit | 1cee7b34b479d29ad090e2fc76d58aa5cc6e93a2 (patch) | |
tree | 37eedbfe25d113c1a8d2072adebc7a1ba6a2831d /boot/u-boot/Config.in | |
parent | dac82dbe7a98caf71e754bcc26d83b48475f677a (diff) | |
download | buildroot-novena-1cee7b34b479d29ad090e2fc76d58aa5cc6e93a2.tar.gz buildroot-novena-1cee7b34b479d29ad090e2fc76d58aa5cc6e93a2.zip |
u-boot: remove arch specific patches infrastructure
A very complicated infrastructure for just a special case, for an
ancient version of U-Boot. Recent versions of U-Boot are reported to
work just fine on Atmel ARM evaluation boards.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r-- | boot/u-boot/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index 3f4110ad7..4c76d57b9 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -33,8 +33,6 @@ config BR2_UBOOT_VERSION default "2009.11" if BR2_TARGET_UBOOT_2009_11 default "2009.08" if BR2_TARGET_UBOOT_2009_08 -source "target/device/Config.in.u-boot" - config BR2_TARGET_UBOOT_CUSTOM_PATCH string "custom patch" help |