]> Git Repo - J-u-boot.git/commitdiff
ot1200: Fix unused variable warning
authorTom Rini <[email protected]>
Tue, 9 May 2017 02:14:21 +0000 (22:14 -0400)
committerTom Rini <[email protected]>
Fri, 12 May 2017 12:37:23 +0000 (08:37 -0400)
The variable pwm_pad is never referenced, drop.

Cc: Christian Gmeiner <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
board/bachmann/ot1200/ot1200.c

index eeced7943ed4ffada3b1a2e429e56f80799bfef4..c0a8b6423ee1882ae044333515b3b0d757455aa9 100644 (file)
@@ -273,10 +273,6 @@ int board_mmc_init(bd_t *bis)
        return 0;
 }
 
-static iomux_v3_cfg_t const pwm_pad[] = {
-       MX6_PAD_SD1_CMD__PWM4_OUT | MUX_PAD_CTRL(OUTPUT_40OHM),
-};
-
 static void leds_on(void)
 {
        /* turn on all possible leds connected via GPIO expander */
This page took 0.034686 seconds and 4 git commands to generate.