mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
19 lines
202 B
Text
19 lines
202 B
Text
|
if TARGET_QONG
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1136"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "qong"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "davedenx"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx31"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "qong"
|
||
|
|
||
|
endif
|