be politically correct
SVN-Revision: 10964
This commit is contained in:
parent
b2a803726f
commit
fcbdafb6bd
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
ARCH:=arm
|
||||
BOARD:=at91
|
||||
BOARDNAME:=AT91
|
||||
BOARDNAME:=Atmel AT91
|
||||
FEATURES:=squashfs usb
|
||||
|
||||
LINUX_VERSION:=2.6.21.5
|
||||
|
|
|
@ -4,12 +4,12 @@ config AT91_DFBOOT
|
|||
default y
|
||||
|
||||
config AT91_UBOOT
|
||||
bool "Build u-boot loader"
|
||||
bool "Build U-Boot bootloader"
|
||||
depends TARGET_at91
|
||||
default y
|
||||
|
||||
config UBOOT_TARGET
|
||||
string "U-Boot Board Configuration"
|
||||
string "U-Boot target board"
|
||||
depends TARGET_at91
|
||||
depends AT91_UBOOT
|
||||
default "vlink"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
config AVR32_UBOOT
|
||||
bool "Build u-boot loader"
|
||||
bool "Build U-Boot bootloader"
|
||||
depends TARGET_avr32
|
||||
default n
|
||||
|
||||
config AVR32_UBOOT_TARGET
|
||||
string "U-Boot Board Configuration"
|
||||
string "U-Boot target board"
|
||||
depends TARGET_avr32
|
||||
depends AVR32_UBOOT
|
||||
default "atngw100"
|
||||
|
|
Loading…
Reference in a new issue