]> Git Repo - J-u-boot.git/commit
rk3036: Fix unused variable warning
authorTom Rini <[email protected]>
Tue, 9 May 2017 02:14:20 +0000 (22:14 -0400)
committerTom Rini <[email protected]>
Fri, 12 May 2017 12:37:22 +0000 (08:37 -0400)
commit80403aa6361665a232e5ff89f5e4a69d9a8e116b
tree28dde5b0869ec59ae3ed5017ee7f7ebfcc08993d
parent1f7efe82bdd5677500cc864ee53530d73367afab
rk3036: Fix unused variable warning

The variable grf is only referenced if EARLY_DEBUG is defined so move the
declaration to be under the existing guard.

Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/mach-rockchip/rk3036-board-spl.c
This page took 0.028156 seconds and 4 git commands to generate.