diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 16:05:03 -0400 |
commit | bee2b99d06014e8c461c2656984b11f97430d6c3 (patch) | |
tree | b7168988f01df57bd0eae49f161ebb951e13df34 /doc/README.watchdog | |
parent | b928e658f4f342d0834356ec7e37aef1b3e30829 (diff) | |
download | u-boot-bee2b99d06014e8c461c2656984b11f97430d6c3.zip u-boot-bee2b99d06014e8c461c2656984b11f97430d6c3.tar.gz u-boot-bee2b99d06014e8c461c2656984b11f97430d6c3.tar.bz2 |
arm: Remove vision2 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'doc/README.watchdog')
-rw-r--r-- | doc/README.watchdog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.watchdog b/doc/README.watchdog index 59f306b..b66fd6c 100644 --- a/doc/README.watchdog +++ b/doc/README.watchdog @@ -27,6 +27,7 @@ CONFIG_IMX_WATCHDOG Available for i.mx31/35/5x/6x to service the watchdog. This is not automatically set because some boards (vision2) still need to define their own hw_watchdog_reset routine. + TODO: vision2 is removed now, so perhaps this can be changed. CONFIG_XILINX_TB_WATCHDOG Available for Xilinx Axi platforms to service timebase watchdog timer. |