diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-19 21:47:18 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-21 00:20:17 +0200 |
commit | eb22da0e4d2cc00064c7a95e3ad6b6be9518dd09 (patch) | |
tree | 0cec11618f8b55a096b2868d9dc02f5687e9c634 /src/soc/rockchip | |
parent | 5ee6951e5ab724730f5ccc69a267be9007b4025f (diff) |
Remove old HAVE_UART_MEMORY_MAPPED select statements
The HAVE_UART_MEMORY_MAPPED symbol is no longer present, so these
don't actually select anything.
Change-Id: I6d0eb610e48a4506ac7449ac677ee67981d0ff0d
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10608
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/rockchip')
-rw-r--r-- | src/soc/rockchip/rk3288/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig index 103e99b893..1b825151c6 100644 --- a/src/soc/rockchip/rk3288/Kconfig +++ b/src/soc/rockchip/rk3288/Kconfig @@ -26,7 +26,6 @@ config SOC_ROCKCHIP_RK3288 select ARCH_RAMSTAGE_ARMV7 select HAVE_MONOTONIC_TIMER select GENERIC_UDELAY - select HAVE_UART_MEMORY_MAPPED select HAVE_UART_SPECIAL select BOOTBLOCK_CONSOLE select UNCOMPRESSED_RAMSTAGE |