diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:17 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:53 -0500 |
commit | af0e35149b4063bbc7453fbc1d7d623360bc91c8 (patch) | |
tree | 453da168a12ac1aeaf6e0db18897e666aff47f0a /board/esteem192e/Kconfig | |
parent | 5ec71100dcc7ad58f4b93241d811afa8d19c4c75 (diff) | |
download | u-boot-af0e35149b4063bbc7453fbc1d7d623360bc91c8.tar.gz |
mpc8xx: remove ESTEEM192E board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Conn Clark <clark@esteem.com>
Diffstat (limited to 'board/esteem192e/Kconfig')
-rw-r--r-- | board/esteem192e/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/esteem192e/Kconfig b/board/esteem192e/Kconfig deleted file mode 100644 index f895bc4f24..0000000000 --- a/board/esteem192e/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_ESTEEM192E - -config SYS_BOARD - default "esteem192e" - -config SYS_CONFIG_NAME - default "ESTEEM192E" - -endif |