From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 23 Mar 2016 09:26:54 +0000 Subject: [U-Boot] [PATCH v2] sunxi: Select CONFIG_OF_BOARD_SETUP from CONFIG_VIDEO In-Reply-To: <1458684504-11806-1-git-send-email-hdegoede@redhat.com> References: <1458684504-11806-1-git-send-email-hdegoede@redhat.com> Message-ID: <1458725214.28250.89.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 Tue, 2016-03-22 at 23:08 +0100, Hans de Goede wrote: > Select OF_BOARD_SETUP when CONFIG_VIDEO is set, rather then having it > in > almost all our defconfigs. This also fixes it missing from some > recently > added defconfigs. > > Signed-off-by: Hans de Goede > --- > Changes in v2: > -Only select CONFIG_OF_BOARD_SETUP when CONFIG_VIDEO is set, rather > then always What were the warning you got with the first version? Is that something we should consider addressing instead? The link between OF_BOARD_SETUP and VIDEO is not entirely clear to me. Ian.