From 1ea44bb11a73955b559cc5d4cd61e89bfebd21fa Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 29 Oct 2009 21:17:21 +0100 Subject: target/device/Atmel/arch-arm/u-boot: Fix u-boot patch dependencies Ensure that the 2009.01 u-boot patches can only be enabled for 2009.01 builds. Signed-off-by: Peter Korsgaard --- target/device/Atmel/arch-arm/u-boot/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/device') diff --git a/target/device/Atmel/arch-arm/u-boot/Config.in b/target/device/Atmel/arch-arm/u-boot/Config.in index 16f900d9f..6d32e7867 100644 --- a/target/device/Atmel/arch-arm/u-boot/Config.in +++ b/target/device/Atmel/arch-arm/u-boot/Config.in @@ -7,6 +7,7 @@ choice config BR2_TARGET_U_BOOT_2009_01_ARCH_AT91 bool "AT91 patches for u-boot-2009.01" depends on BR2_TARGET_ATMEL && BR2_arm + depends on BR2_TARGET_UBOOT_2009_01 help Apply the at91 u-boot-2009.01 patches -- cgit v1.2.3