2014-07-30 14:08:14 +09:00
|
|
|
if TARGET_CANYONLANDS
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "canyonlands"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "amcc"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "canyonlands"
|
|
|
|
|
2015-02-07 11:51:37 -07:00
|
|
|
choice BOARD_TYPE
|
|
|
|
prompt "Select which board to build for"
|
|
|
|
|
|
|
|
config CANYONLANDS
|
|
|
|
bool "Glacier"
|
|
|
|
help
|
|
|
|
Select this to build for the Canyonlands 460EX board.
|
|
|
|
|
|
|
|
config GLACIER
|
|
|
|
bool "Glacier"
|
|
|
|
help
|
|
|
|
Select this to build for the Glacier 460GT board.
|
|
|
|
|
|
|
|
config ARCHES
|
|
|
|
bool "Arches"
|
|
|
|
help
|
|
|
|
Select this to build for the Arches dual 460GT board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2015-02-07 11:51:48 -07:00
|
|
|
config DM
|
|
|
|
default y
|
|
|
|
|
|
|
|
config DM_SERIAL
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SYS_MALLOC_F
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
hex
|
|
|
|
default 0x400
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
endif
|