mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 19:24:52 +02: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
177 B
Plaintext
15 lines
177 B
Plaintext
if TARGET_OMAP3_EVM
|
|
|
|
config SYS_BOARD
|
|
default "omap3evm"
|
|
|
|
config SYS_VENDOR
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_evm"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|