Re: [U-Boot] [PATCH v3] sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig

2016-03-23 Thread Ian Campbell
On Wed, 2016-03-23 at 11:13 +0100, Hans de Goede wrote: > Always select OF_BOARD_SETUP on sunxi, rather then having it in > almost > all our defconfigs. This also fixes it missing from some recently > added defconfigs. > > This commit also modifies our ft_board_setup() to not cause warnings > when

[U-Boot] [PATCH v3] sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig

2016-03-23 Thread Hans de Goede
Always select OF_BOARD_SETUP on sunxi, rather then having it in almost all our defconfigs. This also fixes it missing from some recently added defconfigs. This commit also modifies our ft_board_setup() to not cause warnings when CONFIG_VIDEO_DT_SIMPLEFB is not set, since we will now always build i