mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Added dts and initial board support for ipq806x. Change-Id: I33992413905a0399ea3d6dfbd606c8e7ec30b6bf Signed-off-by: Aditya Kumar Patra S <apatr@codeaurora.org>
15 lines
172 B
Text
15 lines
172 B
Text
if ARCH_IPQ806x
|
|
|
|
config SYS_CPU
|
|
default "ipq806x"
|
|
|
|
config SYS_BOARD
|
|
default "ipq806x"
|
|
|
|
config SYS_VENDOR
|
|
default "qca"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq806x"
|
|
|
|
endif
|