diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:53:10 -0400 |
commit | df0b116de160218426faa31fe6339f0e6678ae4f (patch) | |
tree | e1f2e316cb238e9d201fb7eed74c7f06d900fa33 /board/jornada/Kconfig | |
parent | 653600a715db49859c06ba5dfb858c15c4108d54 (diff) |
arm: Remove jornada 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/jornada/Kconfig')
-rw-r--r-- | board/jornada/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/jornada/Kconfig b/board/jornada/Kconfig deleted file mode 100644 index 195bc26f9e..0000000000 --- a/board/jornada/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_JORNADA - -config SYS_BOARD - default "jornada" - -config SYS_CONFIG_NAME - default "jornada" - -endif |