]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: mxs: spl: Remove empty serial_* functions from SPL code
authorMarek Vasut <marex@denx.de>
Fri, 14 Sep 2012 21:18:08 +0000 (23:18 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:57 +0000 (11:53 -0700)
commit320de1354f1c8157f7d6dd7753e46cec3a418089
tree949759501025f7e03a8f4cd50b059ede776939b6
parent8bdd7efa2336310941e818f0b441ddc3946721de
serial: mxs: spl: Remove empty serial_* functions from SPL code

Remove the empty bodies from serial_* functions from MXS SPL code.
These empty implementations are now in common/serial.c instead so
declaring them also in the SPL code would cause a colision once
serial multi is enabled unconditionally.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c