commit | 29a78599a288ae1b4229a8a5c61d3f120fc7f5e7 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Nov 19 15:46:04 2018 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Nov 26 10:50:54 2018 +0100 |
tree | 913b28615855e64c130c3fc71abf7b11ad073cdb | |
parent | 5f9ae0e31b3b75b739a7a99647ae6db5fa4739fe [diff] |
ARM: zynq: Guard zynq_help_text with CONFIG_SYS_LONGHELP If SYS_LONGHELP is disabled the following warning is generated: board/xilinx/zynq/cmds.c:496:13: warning: ‘zynq_help_text’ defined but not used [-Wunused-variable] Normal way for fixing this is to guard the whole variable. Signed-off-by: Michal Simek <michal.simek@xilinx.com>