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/device/Atmel/arch-arm/u-boot/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 target/device/Atmel/arch-arm/u-boot/Makefile.in (limited to 'target/device/Atmel/arch-arm/u-boot/Makefile.in') diff --git a/target/device/Atmel/arch-arm/u-boot/Makefile.in b/target/device/Atmel/arch-arm/u-boot/Makefile.in new file mode 100644 index 000000000..841895c59 --- /dev/null +++ b/target/device/Atmel/arch-arm/u-boot/Makefile.in @@ -0,0 +1,5 @@ +ifneq ($(BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR),) +U_BOOT_ARCH_PATCH_DIR:=$(strip $(subst ",, $(BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR))) +#")) +endif + -- cgit v1.2.3