summaryrefslogtreecommitdiff
path: root/board/esd/pmc405/Kconfig
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2015-01-13 00:47:26 +0300
committerTom Rini <trini@ti.com>2015-01-13 17:37:24 +0300
commitd52633047913d3d514244040c9f4fb50ff46836c (patch)
tree241944b403ba51b2af4e417276a83e6c30dec993 /board/esd/pmc405/Kconfig
parentdbe7bb0d21f632b9dbe7527aa758b347de7427d7 (diff)
downloadu-boot-d52633047913d3d514244040c9f4fb50ff46836c.tar.xz
ppc4xx: remove PMC405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/pmc405/Kconfig')
-rw-r--r--board/esd/pmc405/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/esd/pmc405/Kconfig b/board/esd/pmc405/Kconfig
deleted file mode 100644
index 3738c68c9c..0000000000
--- a/board/esd/pmc405/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_PMC405
-
-config SYS_BOARD
- default "pmc405"
-
-config SYS_VENDOR
- default "esd"
-
-config SYS_CONFIG_NAME
- default "PMC405"
-
-endif