]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: Unconditionally enable CONFIG_SERIAL_MULTI
authorMarek Vasut <marex@denx.de>
Fri, 14 Sep 2012 21:20:05 +0000 (23:20 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:58 +0000 (11:53 -0700)
commit82dda962f0a6449672df3378bb6b5fe54372a927
treef2c351aefd33802811175a166f256cf0f79de2bb
parent7742aa65a89c28577e9674d688c34cf865587076
serial: Unconditionally enable CONFIG_SERIAL_MULTI

Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes
both SPL builds and non-SPL builds, everything. To avoid poluting
this patch with removal of ifdef-endif constructions containing
CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is temporarily added
into CPPFLAGS in config.mk . This will be again removed in following
patch.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
config.mk
drivers/serial/Makefile