
The CHIP Pro doesn't have a video output, so it doesn't make sense to have the video support enabled.
A side effect is that it prevents the messages from the HDMI controller about a missing DDC controller to retrieve the EDID, which doesn't make much sense since the GR8 doesn't have an HDMI controller to begin with.
Signed-off-by: Maxime Ripard maxime@cerno.tech --- configs/CHIP_pro_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/CHIP_pro_defconfig b/configs/CHIP_pro_defconfig index 7f10fd2b886e..d2eddc7e9ff0 100644 --- a/configs/CHIP_pro_defconfig +++ b/configs/CHIP_pro_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL=y CONFIG_MACH_SUN5I=y CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y CONFIG_USB0_VBUS_PIN="PB10" +# CONFIG_VIDEO_SUNXI is not set CONFIG_DEFAULT_DEVICE_TREE="sun5i-gr8-chip-pro" CONFIG_SPL_I2C_SUPPORT=y # CONFIG_CMD_FLASH is not set