commit | a5ba9d579347752060e5a44aabf977ba2b021112 | [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 | 09868d4bf9226c82ee8a2b5e232fd69b4d262afc [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>