mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
This changes add support for uboot base files. Change-Id: I5f4b937dec30a27ec6acce6ceada7fbed5d5a41d Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
15 lines
196 B
Text
15 lines
196 B
Text
if ARCH_DEVSOC
|
|
|
|
config SYS_CPU
|
|
default "devsoc"
|
|
|
|
config SYS_BOARD
|
|
default "devsoc"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "devsoc"
|
|
|
|
endif
|