summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-23 13:30:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-23 13:30:30 +0000
commit589ab711a6a89bf0352aabc7a33673e5658803d9 (patch)
tree64ed46c76a0e7267dfcec25e1bd8a7335ecf89b3 /target
parent7b780f344764eaa0df3bec6c5ebf82cfe59910c8 (diff)
u-boot: get rid of version specific patch dirs
All those dirs seem a bit excessive for a single patch
Diffstat (limited to 'target')
-rw-r--r--target/u-boot/1.2.0-atmel/.empty0
-rw-r--r--target/u-boot/1.3.4/.empty0
-rw-r--r--target/u-boot/2008.10/.empty0
-rw-r--r--target/u-boot/2009.01/.empty0
-rw-r--r--target/u-boot/Makefile.in2
-rw-r--r--target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 (renamed from target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32)0
6 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/1.2.0-atmel/.empty b/target/u-boot/1.2.0-atmel/.empty
deleted file mode 100644
index e69de29bb..000000000
--- a/target/u-boot/1.2.0-atmel/.empty
+++ /dev/null
diff --git a/target/u-boot/1.3.4/.empty b/target/u-boot/1.3.4/.empty
deleted file mode 100644
index e69de29bb..000000000
--- a/target/u-boot/1.3.4/.empty
+++ /dev/null
diff --git a/target/u-boot/2008.10/.empty b/target/u-boot/2008.10/.empty
deleted file mode 100644
index e69de29bb..000000000
--- a/target/u-boot/2008.10/.empty
+++ /dev/null
diff --git a/target/u-boot/2009.01/.empty b/target/u-boot/2009.01/.empty
deleted file mode 100644
index e69de29bb..000000000
--- a/target/u-boot/2009.01/.empty
+++ /dev/null
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in
index be889a076..cd184045d 100644
--- a/target/u-boot/Makefile.in
+++ b/target/u-boot/Makefile.in
@@ -81,7 +81,7 @@ $(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE)
touch $@
$(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
- toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
+ toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot \
u-boot-$(U_BOOT_VERSION)-\*.patch \
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
diff --git a/target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 b/target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32
index 07cddb000..07cddb000 100644
--- a/target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32
+++ b/target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32