Home
last modified time | relevance | path

Searched hist:b3cf43392ae16b698db3fca032dc1a14dedd74cc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/phytec/pcm058/
H A Dpcm058.cb3cf43392ae16b698db3fca032dc1a14dedd74cc Tue May 09 02:14:27 UTC 2017 Tom Rini <trini@konsulko.com> 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>