diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:06:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:01:24 -0400 |
commit | 6d426bb173d7fdde102c3709bfad02d3bd6c6b7a (patch) | |
tree | e1351573d490d3f5434ac34e40d19d3da980d472 /arch | |
parent | 7db3958f0724b5e9ae99a5c15c5cecf2ed4dfa5f (diff) | |
download | u-boot-6d426bb173d7fdde102c3709bfad02d3bd6c6b7a.tar.gz u-boot-6d426bb173d7fdde102c3709bfad02d3bd6c6b7a.tar.xz u-boot-6d426bb173d7fdde102c3709bfad02d3bd6c6b7a.zip |
arm: Remove am3517_crane board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Nagendra T S <nagendra@mistralsolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap3/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index 8bf42aa751..81c898b66e 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -89,9 +89,6 @@ config TARGET_OMAP3_OVERO select OMAP3_GPIO_6 imply CMD_DM -config TARGET_AM3517_CRANE - bool "am3517_crane" - config TARGET_OMAP3_PANDORA bool "OMAP3 Pandora" select OMAP3_GPIO_4 @@ -162,7 +159,6 @@ source "board/ti/beagle/Kconfig" source "board/timll/devkit8000/Kconfig" source "board/ti/evm/Kconfig" source "board/isee/igep00x0/Kconfig" -source "board/ti/am3517crane/Kconfig" source "board/logicpd/omap3som/Kconfig" source "board/nokia/rx51/Kconfig" source "board/lg/sniper/Kconfig" |