commit | 60517d711242799345326646efa83a78141a7cb0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 19:51:23 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:50 2015 -0600 |
tree | 82a2ac7f538fcfb1e1ab827e9f07711930cecd8f | |
parent | 374c56f5f242d51bac4db9fdb38ca70ed4de1811 [diff] |
debug_uart: Adjust the declaration of debug_uart_init() We want to be able to add other common code to this function. So change the driver's version to have an underscore before it, just like _debug_uart_putc(). Define debug_uart_init() to call this version. Update all drivers to this new method. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>