]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: debug: remove extraneous DEBUG_HI3716_UART option
authorArnd Bergmann <arnd@arndb.de>
Mon, 25 Apr 2016 13:13:10 +0000 (15:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 26 Apr 2016 11:00:11 +0000 (13:00 +0200)
commite8f55a306babb41653e59b4fd81b83925244ec3a
treedee12ba3470255d9c6b6652d5dcbcd47e28a39bd
parented38b69fa7490f29e8e5d472330c870db16eb6f9
ARM: debug: remove extraneous DEBUG_HI3716_UART option

DEBUG_HI3716_UART was supposed to be renamed to DEBUG_HIX5HD2_UART, but
accidentally both got left in place, which results in a build error when
CONFIG_DEBUG_UART_PHYS is not set as it should be.

This removes the old symbol.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: da48f6d126b9 ("ARM: debug: Rename Hi3716 to HIX5HD2")
Acked-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm/Kconfig.debug