commit | ba5afadb114d09ce52a0d6886a0eab4fcb679501 | [log] [tgz] |
---|---|---|
author | Mischa Jonker <mjonker@synopsys.com> | Tue Jun 04 11:00:49 2013 +0200 |
committer | Vineet Gupta <vgupta@synopsys.com> | Sat Jun 22 13:46:41 2013 +0530 |
tree | c8f320b972d87e6aabf32f18469534f703095401 | |
parent | 7d132055814ef17a6c7b69f342244c410a5e000f [diff] |
ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL This fixes the following: - CONFIG_ARC_SERIAL_BAUD is only defined when CONFIG_SERIAL_ARC is defined. Make sure that it isn't referenced otherwise. - There is no use for initializing arc_uart_info[] when CONFIG_SERIAL_ARC is not defined. [vgupta: tweaked changelog title, used IS_ENABLED() kconfig helper] Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>