diff options
author | Marek Vasut <marex@denx.de> | 2014-10-22 21:34:52 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2014-10-27 14:35:56 +0100 |
commit | f06f9a1fb1cd332435b9e8660355f57d7d3f98d8 (patch) | |
tree | 618d5084278672fe251c52b290e430fb9564364f /board/tqc/tqm8272/Kconfig | |
parent | ccc1950010f9332bfcc2858db02e15efe0f3ca85 (diff) |
ppc: Zap TQM8272 board
This board is old and is using CONFIG_I2C_X, which is wrong.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/tqc/tqm8272/Kconfig')
-rw-r--r-- | board/tqc/tqm8272/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/tqc/tqm8272/Kconfig b/board/tqc/tqm8272/Kconfig deleted file mode 100644 index 7b5cd8bc7c..0000000000 --- a/board/tqc/tqm8272/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_TQM8272 - -config SYS_BOARD - default "tqm8272" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "TQM8272" - -endif |