Re: [PATCH] microblaze: remove check for CONFIG_XILINX_CONSOLE

2014-05-22 Thread Michal Simek
On 05/20/2014 11:55 AM, Paul Bolle wrote: > There's been a check for CONFIG_XILINX_CONSOLE since v2.6.30. But the > Kconfig symbol XILINX_CONSOLE was never added. Remove this check. > > And, since DUMMY_CONSOLE depends on VT, we can now drop the check for > CONFIG_VT. > > Signed-off-by: Paul Boll

[PATCH] microblaze: remove check for CONFIG_XILINX_CONSOLE

2014-05-20 Thread Paul Bolle
There's been a check for CONFIG_XILINX_CONSOLE since v2.6.30. But the Kconfig symbol XILINX_CONSOLE was never added. Remove this check. And, since DUMMY_CONSOLE depends on VT, we can now drop the check for CONFIG_VT. Signed-off-by: Paul Bolle --- Untested. Note that xil_con doesn't exit either.