[U-Boot] [PATCH] sunxi: ga10h_v1_1_defconfig: Remove commented out line

This is a leftover from when I was having trouble to get the LCD to light up, remove it.
Signed-off-by: Hans de Goede hdegoede@redhat.com --- configs/ga10h_v1_1_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/ga10h_v1_1_defconfig b/configs/ga10h_v1_1_defconfig index 3eca023..73aa5ae 100644 --- a/configs/ga10h_v1_1_defconfig +++ b/configs/ga10h_v1_1_defconfig @@ -15,7 +15,6 @@ CONFIG_VIDEO_LCD_DCLK_PHASE=0 CONFIG_VIDEO_LCD_POWER="PH7" CONFIG_VIDEO_LCD_BL_EN="PH6" CONFIG_VIDEO_LCD_BL_PWM="PH0" -#CONFIG_VIDEO_LCD_BL_PWM_ACTIVE_LOW=n CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN8I_A33=y

On Sat, 2015-05-30 at 16:54 +0200, Hans de Goede wrote:
This is a leftover from when I was having trouble to get the LCD to light up, remove it.
Signed-off-by: Hans de Goede hdegoede@redhat.com
It hardly needs says, but:
Acked-by: Ian Campbell ijc@hellion.org.uk
participants (2)
-
Hans de Goede
-
Ian Campbell