Don't compile u-boot by default

SVN-Revision: 23621
This commit is contained in:
Claudio Mignanti 2010-10-24 16:10:30 +00:00
parent 1e21e3b514
commit 36c2bfcdb2

View file

@ -1,12 +1,12 @@
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends TARGET_at91
default y
default n
config AT91_UBOOT
bool "Build U-Boot bootloader"
depends TARGET_at91
default y
default n
config UBOOT_TARGET
string "U-Boot target board"