]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: ns16550: Remove hard-coded baud_divisor setting
authorAxel Lin <axel.lin@ingics.com>
Sat, 25 Apr 2015 02:53:14 +0000 (10:53 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:33 +0000 (22:31 +0200)
commitfbb63e0392f7ef3e25a3b1d1ba6801e55ea35f01
treec6a02ac9dd6383e01915c7d81d782a028d707fae
parentaed3df049301098111d1b2a2c02dbc80d29361d4
serial: ns16550: Remove hard-coded baud_divisor setting

This was accidentally added by commit dd0b0122bacc
"serial: ns16550: Add an option to specify the debug UART register shift".
Remove it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c