From a5ac61715b70ef628e1239e92ffd7aae859e8294 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 19:06:25 +0000 Subject: buildroot: s/depends/depends on/ The new kconfig is more strict regarding depends/depends on, so fixup the tree. --- target/device/Atmel/at91bootstrap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/Atmel/at91bootstrap') diff --git a/target/device/Atmel/at91bootstrap/Config.in b/target/device/Atmel/at91bootstrap/Config.in index 3e53d3e6b..758e0d0b8 100644 --- a/target/device/Atmel/at91bootstrap/Config.in +++ b/target/device/Atmel/at91bootstrap/Config.in @@ -43,7 +43,7 @@ config BR2_AT91BOOTSTRAP_IMG_SIZE default "0x32000" if BR2_TARGET_AT91BOOT_DATAFLASH || BR2_TARGET_AT91BOOT_DATAFLASHCARD default "0x30000" if BR2_TARGET_AT91BOOT_NANDFLASH default "0x100000" if BR2_TARGET_AT91BOOT_FLASH - depends BR2_TARGET_AT91BOOTSTRAP + depends on BR2_TARGET_AT91BOOTSTRAP help Select the size of your application AT91 Bootstrap will copy this amount from flash to SDRAM -- cgit v1.2.3