diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-24 11:45:10 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-24 17:07:29 -0500 |
commit | cb957cda2bedc31209f5c483cacb5ddc4f5754c8 (patch) | |
tree | d1f4781383e350cbcc56dd35e246bb2af4fd3138 /arch/arm | |
parent | 50b82c4b702c59599c567fa82decb20d60f5110d (diff) | |
download | u-boot-imx-cb957cda2bedc31209f5c483cacb5ddc4f5754c8.zip u-boot-imx-cb957cda2bedc31209f5c483cacb5ddc4f5754c8.tar.gz u-boot-imx-cb957cda2bedc31209f5c483cacb5ddc4f5754c8.tar.bz2 |
ARM: davinci: remove hawkboard support
This is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Sughosh Ganu <urwithsughosh@gmail.com>
Cc: Syed Mohammed Khasim <sm.khasim@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 613f04d..6827721 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -21,10 +21,6 @@ config TARGET_CAM_ENC_4XX bool "CAM ENC 4xx board" select SUPPORT_SPL -config TARGET_HAWKBOARD - bool "Hawkboard" - select SUPPORT_SPL - config TARGET_DAVINCI_DM355EVM bool "DM355 EVM board" |