blob: 848e08fbba42dfa4f5b51a00df1663b2b9951a74 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_CANYONLANDS
2
3config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09004 default "canyonlands"
5
6config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "amcc"
8
9config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090010 default "canyonlands"
11
Simon Glass65660412015-02-07 11:51:37 -070012choice BOARD_TYPE
13 prompt "Select which board to build for"
14
15config CANYONLANDS
16 bool "Glacier"
17 help
18 Select this to build for the Canyonlands 460EX board.
19
20config GLACIER
21 bool "Glacier"
22 help
23 Select this to build for the Glacier 460GT board.
24
25config ARCHES
26 bool "Arches"
27 help
28 Select this to build for the Arches dual 460GT board.
29
30endchoice
31
Stefan Roese360334a2015-02-07 11:51:52 -070032config DISPLAY_BOARDINFO
33 bool
34 default y
35
Simon Glass5d418fd2015-02-07 11:51:48 -070036config DM
37 default y
38
39config DM_SERIAL
40 default y
41
42config SYS_MALLOC_F
43 bool
44 default y
45
46config SYS_MALLOC_F_LEN
47 hex
48 default 0x400
49
Masahiro Yamadadd840582014-07-30 14:08:14 +090050endif