summaryrefslogtreecommitdiff
path: root/target/device/Config.in.u-boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-14 18:36:34 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-10 21:05:12 +0200
commit1cee7b34b479d29ad090e2fc76d58aa5cc6e93a2 (patch)
tree37eedbfe25d113c1a8d2072adebc7a1ba6a2831d /target/device/Config.in.u-boot
parentdac82dbe7a98caf71e754bcc26d83b48475f677a (diff)
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 'target/device/Config.in.u-boot')
-rw-r--r--target/device/Config.in.u-boot9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/device/Config.in.u-boot b/target/device/Config.in.u-boot
deleted file mode 100644
index d67aacfaf..000000000
--- a/target/device/Config.in.u-boot
+++ /dev/null
@@ -1,9 +0,0 @@
-menuconfig BR2_TARGET_U_BOOT_ARCH_PATCH
- bool "Add architecture specific patch"
- help
- Patch U-Boot for a specific family of chips
-
-if BR2_TARGET_U_BOOT_ARCH_PATCH
-source "target/device/Atmel/arch-arm/u-boot/Config.in"
-endif # BR2_TARGET_U_BOOT_ARCH_PATCH
-