mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 14:31:16 +02:00
ot1200: Fix unused variable warning
The variable pwm_pad is never referenced, drop. Cc: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
@@ -273,10 +273,6 @@ int board_mmc_init(bd_t *bis)
|
|||||||
return 0;
|
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)
|
static void leds_on(void)
|
||||||
{
|
{
|
||||||
/* turn on all possible leds connected via GPIO expander */
|
/* turn on all possible leds connected via GPIO expander */
|
||||||
|
Reference in New Issue
Block a user