[at91] Don't compile u-boot by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23621 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Claudio Mignanti 2010-10-24 16:10:30 +00:00
parent 16f77b3bea
commit 667c28f66e
1 changed files with 2 additions and 2 deletions

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"