Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/25904
to look at the new patch set (#3).
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/bootblock/pch.c M src/soc/intel/apollolake/romstage.c M src/soc/intel/apollolake/uart.c 7 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/25904/3