diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-06 16:27:54 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-15 11:52:39 +0200 |
commit | bcca8aa9ee43be0f0bf7c14ce34cfbbd891c373e (patch) | |
tree | 5a061ddc509f1703d33f74bdab5538a979e2db45 /board/imx31_phycore/Kconfig | |
parent | ebca6013c086356419a462dc1adbef858a5ada67 (diff) |
imx31_phycore: Delete
This platform has been marked as orphaned since September 2013, remove.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/imx31_phycore/Kconfig')
-rw-r--r-- | board/imx31_phycore/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/imx31_phycore/Kconfig b/board/imx31_phycore/Kconfig deleted file mode 100644 index e897ee1c3a..0000000000 --- a/board/imx31_phycore/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_IMX31_PHYCORE || TARGET_IMX31_PHYCORE_EET - -config SYS_BOARD - default "imx31_phycore" - -config SYS_SOC - default "mx31" - -config SYS_CONFIG_NAME - default "imx31_phycore" - -endif |