commit | d6ce53e425e35f57efb6603f6a67cc346e7f0a07 | [log] [tgz] |
---|---|---|
author | Matt Waddel <matt.waddel@linaro.org> | Thu Oct 07 15:48:46 2010 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 13 09:59:43 2010 +0200 |
tree | 238d06081cee0deb78c5f2237a07294928ed430a | |
parent | 35c638b064960d6a47ba8f58b913b4754326520c [diff] |
ARMV7: Fixed baudrate setting in pl01x driver The pl01x serial driver was lacking the code to switch baudrates from the command line. Fixed by simply saving the new baudrate and calling serial_init() again. Also fixed CamelCase variables, I/O accessors and comment style. Signed-off-by: Matt Waddel <matt.waddel@linaro.org>