diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-21 09:10:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-25 10:39:47 -0500 |
commit | 3da52409250a48423a9297a7afbf1f09d0a855fe (patch) | |
tree | c8ff892105e5b9d5ad64f5331a686dfec235466d /README | |
parent | f62b1c625d631a59c6b99ff9d6ca8c8bda282de5 (diff) | |
download | u-boot-imx-3da52409250a48423a9297a7afbf1f09d0a855fe.zip u-boot-imx-3da52409250a48423a9297a7afbf1f09d0a855fe.tar.gz u-boot-imx-3da52409250a48423a9297a7afbf1f09d0a855fe.tar.bz2 |
common/console.c: Remove unused inline functions
clang-3.8 reports that these functions are unused, remove them. As this
is the last part of CONFIG_MODEM_SUPPORT_DEBUG, drop that from README.
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3712,12 +3712,6 @@ Modem Support: - RTS/CTS Flow control enable: CONFIG_HWFLOW -- Modem debug support: - CONFIG_MODEM_SUPPORT_DEBUG - - Enables debugging stuff (char screen[1024], dbg()) - for modem support. Useful only with BDI2000. - - Interrupt support (PPC): There are common interrupt_init() and timer_interrupt() |