diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-12 17:20:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-12 17:20:35 -0400 |
commit | 9d886fd6a0888f121cd280d11434812a386045a2 (patch) | |
tree | 29f65a6b8bcd9e98ce5cc1d9bab4fb6dfa94fd93 /board/pandora/Kconfig | |
parent | be79009f3b9bbdbce283e67a865121e576d790ea (diff) | |
parent | b45926fa1d5a1be2a55d0eb208bff8f04f00f875 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
- Drop davinci, mxs spi nondm code
- Zap nondm soft_spi
- Switch few board to DM_SPI
- Drop omap3_pandora, pcm051 boards
Diffstat (limited to 'board/pandora/Kconfig')
-rw-r--r-- | board/pandora/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/pandora/Kconfig b/board/pandora/Kconfig deleted file mode 100644 index 0b33818008..0000000000 --- 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 |