diff --git a/patch/u-boot/u-boot-sunxi/allwinner-h3-enable-power-led.patch b/patch/u-boot/u-boot-sunxi/allwinner-h3-h5-enable-power-led.patch similarity index 81% rename from patch/u-boot/u-boot-sunxi/allwinner-h3-enable-power-led.patch rename to patch/u-boot/u-boot-sunxi/allwinner-h3-h5-enable-power-led.patch index cb505ab2c9..f16d0c3753 100644 --- a/patch/u-boot/u-boot-sunxi/allwinner-h3-enable-power-led.patch +++ b/patch/u-boot/u-boot-sunxi/allwinner-h3-h5-enable-power-led.patch @@ -6,8 +6,8 @@ index 827e545032..7d343a93b2 100644 status_led_init(); #endif -+#ifdef CONFIG_MACH_SUN8I_H3 -+ /* turn on power LED (PL10) on H3 boards */ ++#ifdef CONFIG_MACH_SUNXI_H3_H5 ++ /* turn on power LED (PL10) on H3 and H5 boards */ + gpio_direction_output(SUNXI_GPL(10), 1); +#endif +