From 5a4676144660f6e92bbe5e0de6b38094df155021 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 19 Jan 2009 22:42:03 +0000 Subject: Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 patches if using an at91 --- target/u-boot/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index baf331da7..1386e03a7 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -88,6 +88,9 @@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \ u-boot-$(U_BOOT_VERSION)-\*.patch \ u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH) +ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),"") + toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_ARCH_PATCH_DIR) \*.patch +endif ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"") @mkdir -p $(U_BOOT_PATCH_DIR) cp -dpr $(BR2_TARGET_UBOOT_CUSTOM_PATCH) $(U_BOOT_PATCH_DIR) -- cgit v1.2.3