aboutsummaryrefslogtreecommitdiff
path: root/board/pandora/Kconfig
diff options
context:
space:
mode:
authorJagan Teki2020-06-01 18:47:52 +0530
committerJagan Teki2020-06-11 15:14:04 +0530
commita9c84ffa99471e3f48ab6a516eb5d02f5ea4a8f3 (patch)
tree35fc522690506bca216f4c28fae5ce686f0a208f /board/pandora/Kconfig
parent807f0ff68a9afe9667745d18e647e5ef2231520f (diff)
arm: Remove omap3_pandora_defconfig board
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Acked-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/pandora/Kconfig')
-rw-r--r--board/pandora/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/pandora/Kconfig b/board/pandora/Kconfig
deleted file mode 100644
index 0b338180082..00000000000
--- a/board/pandora/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_OMAP3_PANDORA
-
-config SYS_BOARD
- default "pandora"
-
-config SYS_CONFIG_NAME
- default "omap3_pandora"
-
-endif