blob: ba73148f7f05cffd106dded3479da342fe5a575d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if TARGET_EBONY
config SYS_BOARD
default "ebony"
config SYS_VENDOR
default "amcc"
config SYS_CONFIG_NAME
default "ebony"
config DISPLAY_BOARDINFO
bool
default y
endif
|