mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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>
14 lines
177 B
Text
14 lines
177 B
Text
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
|