From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 23 Mar 2016 13:20:58 +0000 Subject: [U-Boot] [PATCH v3] sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig In-Reply-To: <1458728005-4352-1-git-send-email-hdegoede@redhat.com> References: <1458728005-4352-1-git-send-email-hdegoede@redhat.com> Message-ID: <1458739258.30744.117.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 CONFIG_VIDEO_DT_SIMPLEFB is not set, since we will now always > build it. > > Signed-off-by: Hans de Goede > --- > Changes in v2: > -Only select CONFIG_OF_BOARD_SETUP when CONFIG_VIDEO is set, rather then always > Changes in v3: > -Back to always enabling CONFIG_OF_BOARD_SETUP on sunxi + fix the compile > ?warning in ft_board_setup when CONFIG_VIDEO_DT_SIMPLEFB is not set I agree this approach is better: Acked-by: Ian Campbell