From 3cbbf1907584d831660794d135430f6c6b899231 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 29 Jun 2015 22:50:45 +0200 Subject: qualcomm/ipq806x: Fix uart in verstage An old Kconfig symbol from Chrome OS survived into the Makefile (but is nowhere declared or used). Use the same symbol as for uart.c in the other stages. Change-Id: I7a6f1b82254e888d6f2d65d6cff87c4d546ec097 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10703 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/soc/qualcomm/ipq806x/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/qualcomm/ipq806x/Makefile.inc') diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc index b3484238ff..84eae0be51 100644 --- a/src/soc/qualcomm/ipq806x/Makefile.inc +++ b/src/soc/qualcomm/ipq806x/Makefile.inc @@ -32,7 +32,7 @@ libverstage-y += i2c.c libverstage-y += qup.c libverstage-y += spi.c verstage-y += timer.c -verstage-$(CONFIG_CONSOLE_SERIAL_IPQ806X) += uart.c +verstage-$(CONFIG_DRIVERS_UART) += uart.c romstage-y += clock.c romstage-y += blobs_init.c -- cgit v1.2.3