mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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 <jacmet@sunsite.dk>
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user