]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: Add missing common/Kconfig references
authorNishanth Menon <nm@ti.com>
Mon, 12 Feb 2024 19:47:16 +0000 (13:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 20 Feb 2024 22:57:40 +0000 (17:57 -0500)
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>
board/ti/omap3evm/Kconfig
board/ti/panda/Kconfig
board/ti/sdp4430/Kconfig

index 08a8aa20ae859f5069cbfe6e84772c00131bb554..cd71fe083176837fe04aef5abc963271ec57a580 100644 (file)
@@ -9,4 +9,6 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "omap3_evm"
 
+source "board/ti/common/Kconfig"
+
 endif
index 8f277b612a455f5efda555edf69c0328a5efce67..5912f69babe2ca2b8f4b2d13c76d88a74d811c69 100644 (file)
@@ -9,4 +9,6 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "omap4_panda"
 
+source "board/ti/common/Kconfig"
+
 endif
index 36f185282166fafbaf2d147f20e0e8c4b0a8c0e8..65e9107bc1b0324412a86db1fd49b74ddb764171 100644 (file)
@@ -12,4 +12,6 @@ config SYS_CONFIG_NAME
 config CMD_BAT
        bool "Enable board-specific battery command"
 
+source "board/ti/common/Kconfig"
+
 endif