commit | f06455fab68cdba4c8d790c25d0f30745d636723 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Dec 03 16:19:22 2015 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Dec 15 23:41:53 2015 +0100 |
tree | f5b6754e679c3286d10da1bac608bfd6787f7f34 | |
parent | c047f529e887b407eee0f9fe88dc368378c1624f [diff] |
ARM: debug-ll: rework ep93xx handling This makes ep93xx debug-ll handling more consistent with the other platforms, by adding a separate Kconfig symbol for it that in turn selects the standard DEBUG_UART_PL01X symbol. We still have to pick a physical address even if DEBUG_LL is disabled here, because the EP93xx uncompress output code uses CONFIG_DEBUG_UART_PHYS. If we ever move to multiplatform support, this can go away. Signed-off-by: Arnd Bergmann <arnd@arndb.de>