mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-02 04:58:14 +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>
18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
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
|