Bora Guvendik has uploaded a new patch set (#2). ( https://review.coreboot.org/25904 )
Change subject: [WIP] src/intel/apollolake: Unify name for uart debug config flag ......................................................................
[WIP] src/intel/apollolake: Unify name for uart debug config flag
Big core defined CONFIG_UART_DEBUG and small core defined it as CONFIG_SOC_UART_DEBUG. Change small core to use CONFIG_UART_DEBUG as well so that common code for big/small cores can take advantage of it.
Change-Id: I0db5b034fa8cf62141ab16e916df21f941e1c2ae Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- M src/mainboard/intel/leafhill/Kconfig M src/mainboard/intel/minnow3/Kconfig M src/soc/intel/apollolake/Kconfig M src/soc/intel/apollolake/Makefile.inc M src/soc/intel/apollolake/romstage.c M src/soc/intel/apollolake/uart.c 6 files changed, 12 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/25904/2