diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-16 15:27:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-20 18:43:36 +0200 |
commit | 01368ed5edca94582185b603350f8e70f9b16f45 (patch) | |
tree | 4a1adfd268b8f8b712fc49fd2c62a271b83e31ad /src/soc/broadcom | |
parent | c047b107ec138b72f5a4671ba6eb3acd96eaa065 (diff) |
Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART
Some upstreaming patches missed that, so follow up.
Change-Id: I28665c97ac777d8b0b0f909e64b32681ed2b98f7
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9771
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/broadcom')
-rw-r--r-- | src/soc/broadcom/cygnus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/broadcom/cygnus/Kconfig b/src/soc/broadcom/cygnus/Kconfig index 2ccc30676d..89023a9474 100644 --- a/src/soc/broadcom/cygnus/Kconfig +++ b/src/soc/broadcom/cygnus/Kconfig @@ -41,7 +41,7 @@ config BOOTBLOCK_CPU_INIT config CONSOLE_SERIAL_UART_ADDRESS hex - depends on CONSOLE_SERIAL_UART + depends on DRIVERS_UART default 0x18023000 endif |