mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-21 16:18:14 +01:00
Add missing board/ti/common/Kconfig references for the platforms that missed it. The intent is for the common Kconfig to be usable across TI reference boards as required. Reported-by: Tom Rini <trini@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com>
15 lines
178 B
Plaintext
15 lines
178 B
Plaintext
if TARGET_OMAP4_PANDA
|
|
|
|
config SYS_BOARD
|
|
default "panda"
|
|
|
|
config SYS_VENDOR
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap4_panda"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|