diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-23 06:01:29 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:59 -0500 |
commit | 8ff89f8db870d6e35ad9369b9bd7123478a4c1db (patch) | |
tree | a209ac33cf518d609d3e9ff89fd22ca50410c8a3 /doc | |
parent | e2ee3014e845a1e2504c74086875839406aca022 (diff) | |
download | u-boot-imx-8ff89f8db870d6e35ad9369b9bd7123478a4c1db.zip u-boot-imx-8ff89f8db870d6e35ad9369b9bd7123478a4c1db.tar.gz u-boot-imx-8ff89f8db870d6e35ad9369b9bd7123478a4c1db.tar.bz2 |
serial: Update docs to indicate mcfuart supports DM_SERIAL
This driver was converted so we should remove it from the list.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/driver-model/serial-howto.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt index cddfb9f..3720274 100644 --- a/doc/driver-model/serial-howto.txt +++ b/doc/driver-model/serial-howto.txt @@ -4,7 +4,6 @@ How to port a serial driver to driver model Almost all of the serial drivers have been converted as at January 2016. These ones remain: - mcfuart.c serial_bfin.c serial_pxa.c serial_s3c24x0.c |