commit | ab761ce9f9a88067c5834ce6660ba90493a783ea | [log] [tgz] |
---|---|---|
author | Alison Wang <b18965@freescale.com> | Wed Mar 02 11:00:38 2016 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 14 15:34:50 2016 -0600 |
tree | 9cf57334a2b67cdd629c18f10e141e085b19bdbc | |
parent | 055457ef25357d1921a8ed13ebfd32c526f12106 [diff] |
dm: serial: Remove duplicated carriage return character As the handling for carriage return and line feed is done in the common DM driver serial-uclass.c, such handling in some serial DM drivers is duplicated and need to be removed. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>