On Tue, Jan 26, 2016 at 12:17 AM, Anatolij Gustschin <[email protected]> wrote: > Enabling CONFIG_DISPLAY breaks building for some architectures > (microblaze-generic), so we disable CONFIG_DISPLAY in Kconfig > by default and enable this option in defconfigs. CONFIG_DISPLAY > depends on CONFIG_I2C_EDID, so add and enable it in defconfigs, too. > > Signed-off-by: Anatolij Gustschin <[email protected]> > Reported-by: Bin Meng <[email protected]> > Cc: Simon Glass <[email protected]> > --- > configs/chromebook_jerry_defconfig | 2 ++ > configs/firefly-rk3288_defconfig | 2 ++ > configs/nyan-big_defconfig | 1 + > configs/rock2_defconfig | 2 ++ > drivers/video/Kconfig | 10 +++++++++- > include/configs/chromebook_jerry.h | 1 - > include/configs/firefly-rk3288.h | 1 - > include/configs/nyan-big.h | 2 -- > include/configs/rock2.h | 1 - > 9 files changed, 16 insertions(+), 6 deletions(-) >
Tested with buildman on all curent 1100 boards Tested-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

