From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 19 Feb 2014 13:05:58 -0700 Subject: [U-Boot] [RFC PATCH 2/3] move the beaglebones over to the generic configs In-Reply-To: <53050CC7.6080601@ti.com> References: <1392659798-1665-1-git-send-email-dennis@ausil.us> <1392659798-1665-3-git-send-email-dennis@ausil.us> <53050CC7.6080601@ti.com> Message-ID: <53050EA6.4070900@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/19/2014 12:57 PM, Dan Murphy wrote: > On 02/17/2014 11:56 AM, Dennis Gilmore wrote: ... >> +#ifndef CONFIG_SPL_BUILD >> +#include > > I did not see the patchset for this. > > Should this header and the removal the extra configs be a different patch? > Or be part of the series that introduces the distro defaults The following is already in u-boot/master: 13a49c3a739b config: add config_distro_defaults.h I've sent patches to convert Tegra and RPi to use it, although they aren't applied yet.