diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:15:12 -0400 |
commit | b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0 (patch) | |
tree | acb8c7b06638f5f6e35a962a785eb21403ba0c61 /board/karo/tx25/Kconfig | |
parent | ad4f54ea86bd8a1836bd270566374927fe9c5b08 (diff) | |
download | u-boot-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.tar.gz u-boot-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.tar.xz u-boot-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.zip |
arm: Remove tx25 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/karo/tx25/Kconfig')
-rw-r--r-- | board/karo/tx25/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/board/karo/tx25/Kconfig b/board/karo/tx25/Kconfig deleted file mode 100644 index 42746c1c0f..0000000000 --- a/board/karo/tx25/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -if TARGET_TX25 - -config SYS_BOARD - default "tx25" - -config SYS_VENDOR - default "karo" - -config SYS_SOC - default "mx25" - -config SYS_CONFIG_NAME - default "tx25" - -endif |