aboutsummaryrefslogtreecommitdiff
path: root/board/armadeus/apf27/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:05:43 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 07:59:35 -0400
commit4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (patch)
tree893edfafb11e094a6e2ab6f024d0fb621e6f038e /board/armadeus/apf27/Kconfig
parentbe3dec48b0e53e3b14a8fc742e4409cce3475421 (diff)
downloadu-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.zip
u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.gz
u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.bz2
arm: Remove apf27 board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Philippe Reynes <tremyfr@yahoo.fr> Cc: Eric Jarrige <eric.jarrige@armadeus.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/armadeus/apf27/Kconfig')
-rw-r--r--board/armadeus/apf27/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/armadeus/apf27/Kconfig b/board/armadeus/apf27/Kconfig
deleted file mode 100644
index 65544a8..0000000
--- a/board/armadeus/apf27/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_APF27
-
-config SYS_BOARD
- default "apf27"
-
-config SYS_VENDOR
- default "armadeus"
-
-config SYS_SOC
- default "mx27"
-
-config SYS_CONFIG_NAME
- default "apf27"
-
-endif