diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-02-05 23:42:57 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-07 22:06:19 -0500 |
commit | 5030eaa499b17ff74d0420457731522e2d829c7c (patch) | |
tree | 04c477766676c85b5352c3c68339a89aa459ee69 /doc | |
parent | cbebe7a0f54979e5d3abed040a7148152dc4e35e (diff) | |
download | u-boot-5030eaa499b17ff74d0420457731522e2d829c7c.tar.gz |
doc: watchdog: Remove Blackfin related documentation entry
This commit cleans up the README.watchdog by removing the reminescent of
ADI's Blackfin architecture removed some time ago.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.watchdog | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/README.watchdog b/doc/README.watchdog index b66fd6cb8a..7097c8766b 100644 --- a/doc/README.watchdog +++ b/doc/README.watchdog @@ -31,6 +31,3 @@ CONFIG_IMX_WATCHDOG CONFIG_XILINX_TB_WATCHDOG Available for Xilinx Axi platforms to service timebase watchdog timer. - -CONFIG_BFIN_WATCHDOG - Available for bf5xx and bf6xx to service the watchdog. |