mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
b3b0680ec3
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
286 B
Text
21 lines
286 B
Text
if OMAP44XX
|
|
|
|
choice
|
|
prompt "OMAP4 board select"
|
|
optional
|
|
|
|
config TARGET_OMAP4_PANDA
|
|
bool "TI OMAP4 PandaBoard"
|
|
|
|
config TARGET_OMAP4_SDP4430
|
|
bool "TI OMAP4 SDP4430"
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "omap4"
|
|
|
|
source "board/ti/panda/Kconfig"
|
|
source "board/ti/sdp4430/Kconfig"
|
|
|
|
endif
|