diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-09 00:22:35 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-09 20:58:06 +0530 |
commit | f247354708ec93e995cf61901adc6d728762b196 (patch) | |
tree | 3db0dd18b735beabd141b6f17f6f13d14cb285bb /board/freescale/mx31pdk/Kconfig | |
parent | 5d1281296fc26144c57fd26ba4e2fb97419f437a (diff) |
arm: Remove mx31pdk board
DM, OF_CONTROL, DM_SPI and other driver model migration
deadlines are expired for this board.
Remove it.
Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/freescale/mx31pdk/Kconfig')
-rw-r--r-- | board/freescale/mx31pdk/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/board/freescale/mx31pdk/Kconfig b/board/freescale/mx31pdk/Kconfig deleted file mode 100644 index 055545c930..0000000000 --- a/board/freescale/mx31pdk/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -if TARGET_MX31PDK - -config SYS_BOARD - default "mx31pdk" - -config SYS_VENDOR - default "freescale" - -config SYS_SOC - default "mx31" - -config SYS_CONFIG_NAME - default "mx31pdk" - -endif |