diff options
author | Stefano Babic <sbabic@denx.de> | 2020-02-19 14:36:25 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-09 15:03:24 +0100 |
commit | c82b70bcc3b73934a1aeaeceb52561a3950a1fc5 (patch) | |
tree | 8da2f1d6201ab32104c00819e2ed4ae9b0743187 /arch | |
parent | 158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9 (diff) | |
download | u-boot-c82b70bcc3b73934a1aeaeceb52561a3950a1fc5.tar.gz u-boot-c82b70bcc3b73934a1aeaeceb52561a3950a1fc5.tar.xz u-boot-c82b70bcc3b73934a1aeaeceb52561a3950a1fc5.zip |
imx: remove woodburn board
Board is not longer used, remove it.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8d9f7fcce7..3d3d070223 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -598,15 +598,6 @@ config TARGET_X600 select PL011_SERIAL select SUPPORT_SPL -config TARGET_WOODBURN - bool "Support woodburn" - select CPU_ARM1136 - -config TARGET_WOODBURN_SD - bool "Support woodburn_sd" - select CPU_ARM1136 - select SUPPORT_SPL - config TARGET_FLEA3 bool "Support flea3" select CPU_ARM1136 @@ -1880,7 +1871,6 @@ source "board/birdland/bav335x/Kconfig" source "board/toradex/colibri_pxa270/Kconfig" source "board/variscite/dart_6ul/Kconfig" source "board/vscom/baltos/Kconfig" -source "board/woodburn/Kconfig" source "board/xilinx/Kconfig" source "board/xilinx/zynq/Kconfig" source "board/xilinx/zynqmp/Kconfig" |