commit | b3cf43392ae16b698db3fca032dc1a14dedd74cc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 08 22:14:27 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:27 2017 -0400 |
tree | ff11def2685d0ba14abf517089fa75f40be9e474 | |
parent | 0f160f66d829cd720457dd1ca1fed87e4177d61d [diff] |
pcm058: Fix unused variable warnings The variable nfc_pads is only referenced when CONFIG_CMD_NAND is set, add a gaurd. The variable gpio_pads is never referenced, drop it. The variable usdhc4_pads are only referenced when we do not have CONFIG_CMD_NAND set and we are not doing an SPL build, modify the existing guard. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefano Babic <sbabic@denx.de>