mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
66ebb10b0f
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>
17 lines
246 B
Text
17 lines
246 B
Text
if TARGET_OMAP4_SDP4430
|
|
|
|
config SYS_BOARD
|
|
default "sdp4430"
|
|
|
|
config SYS_VENDOR
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap4_sdp4430"
|
|
|
|
config CMD_BAT
|
|
bool "Enable board-specific battery command"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|