mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
Change-Id: Ibfaea936f2e611b31f3fa0946b8fc0fac08cb1be Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
20 lines
296 B
Text
20 lines
296 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"
|
|
|
|
config NAND_FLASH
|
|
bool "Enable NAND Framework"
|
|
|
|
config QPIC_SERIAL
|
|
bool "Enable QPIC serial NAND"
|
|
endif
|