mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Added restriction for secure board
Change-Id: I7a7b4089689d98a6502b0360bb742fa42eff4759
Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
(cherry picked from commit 59cb1c8529)
27 lines
372 B
Text
27 lines
372 B
Text
if ARCH_IPQ806x
|
|
|
|
config SYS_CPU
|
|
default "ipq806x"
|
|
|
|
config SYS_BOARD
|
|
default "ipq806x"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq806x"
|
|
config IPQ806X_I2C
|
|
bool "ipq806x i2c"
|
|
|
|
config USB_XHCI_IPQ
|
|
bool "ipq806x usb"
|
|
|
|
config PCI_IPQ
|
|
bool "ipq806x pci"
|
|
|
|
config BOARD_TYPES
|
|
bool "Support board_type member in global data"
|
|
default y
|
|
|
|
endif
|