diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:17:49 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 62d636aa2ac2171fd8105cca0b9ea96117b66547 (patch) | |
tree | 0ebf51b2b5023cdd88c87b010368d9dc20b39ccd /arch | |
parent | 9b586031db728929282b4702703f95a1cacbdb98 (diff) | |
download | u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.zip u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.tar.gz u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.tar.bz2 |
omap: remove omap5912osk board support
Emails to the board maintainer
"Rishi Bhattacharya <rishi@ti.com>"
have been bouncing.
Tom suggested to remove this board.
Remove also omap1510_udc.c because this is the last board
to enable it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Suggested-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e385eda..e97f94d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -287,9 +287,6 @@ config TARGET_SC_SPS_1 config TARGET_NHK8815 bool "Support nhk8815" -config TARGET_OMAP5912OSK - bool "Support omap5912osk" - config TARGET_EDMINIV2 bool "Support edminiv2" @@ -977,7 +974,6 @@ source "board/ti/beagle/Kconfig" source "board/ti/dra7xx/Kconfig" source "board/ti/evm/Kconfig" source "board/ti/ks2_evm/Kconfig" -source "board/ti/omap5912osk/Kconfig" source "board/ti/omap5_uevm/Kconfig" source "board/ti/panda/Kconfig" source "board/ti/sdp3430/Kconfig" |