ARM: debug-ll: add default address for digicolor
authorArnd Bergmann <arnd@arndb.de>
Wed, 17 Apr 2019 15:13:27 +0000 (17:13 +0200)
committerOlof Johansson <olof@lixom.net>
Mon, 29 Apr 2019 06:20:52 +0000 (23:20 -0700)
commit876e645f226896a6e8190b73ce4a07764642a7bf
tree9e2cf1503060985a6f9b66a0ed410a9a94efd928
parent101f535e50d627ea88bfce5b3e21b5602f6a6453
ARM: debug-ll: add default address for digicolor

The digicolor platform has three UARTs, but the Kconfig.debug
file explicitly lists port zero as the one to be used for the
console, while not providing any default values.

This can get an automated randconfig build stuck in a loop
waiting for the user to input the number. As we already know
the physical address, this patch provides that number as
default, along with a reasonable default value for the virtual
address.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig.debug