mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +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
|