From 1cee7b34b479d29ad090e2fc76d58aa5cc6e93a2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 14 Mar 2010 18:36:34 +0100 Subject: 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 --- target/device/Config.in.u-boot | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 target/device/Config.in.u-boot (limited to 'target/device/Config.in.u-boot') 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 - -- cgit v1.2.3