ARM: davinci: remove test for undefined Kconfig macro
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 29 Mar 2013 11:47:35 +0000 (12:47 +0100)
committerSekhar Nori <nsekhar@ti.com>
Wed, 3 Apr 2013 04:13:08 +0000 (09:43 +0530)
The DaVinci debugging macro contains a check for
CONFIG_DEBUG_DAVINCI_DA8XX_UART0. But there's no corresponding Kconfig
symbol, so this test will always evaluate to false. That Kconfig symbol
is not needed because, as __arch_decomp_setup() shows, there are no
DaVinci DA8XX boards that use UART0 for debugging. We can remove two
lines of unneeded code.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

No differences found