forked from rrcarlosr/Jetpack
17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
|
if TARGET_SEQUOIA
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sequoia"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "amcc"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sequoia"
|
||
|
|
||
|
config DISPLAY_BOARDINFO
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
endif
|