diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-01 18:49:45 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-11 15:14:04 +0530 |
commit | 64efd11d3b0fcb70008899920ed224916e1da9cc (patch) | |
tree | 7f75185e7c2c403831ceed72564b884f4d927846 /board/phytec/pcm051/Kconfig | |
parent | a9c84ffa99471e3f48ab6a516eb5d02f5ea4a8f3 (diff) |
arm: Remove pcm051 board
OF_CONTROL, DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Acked-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/phytec/pcm051/Kconfig')
-rw-r--r-- | board/phytec/pcm051/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/board/phytec/pcm051/Kconfig b/board/phytec/pcm051/Kconfig deleted file mode 100644 index 2cc0d8872d..0000000000 --- a/board/phytec/pcm051/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -if TARGET_PCM051 - -config SYS_BOARD - default "pcm051" - -config SYS_VENDOR - default "phytec" - -config SYS_SOC - default "am33xx" - -config SYS_CONFIG_NAME - default "pcm051" - -endif |