From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 12 Nov 2015 18:16:01 +0100 Subject: [U-Boot] [PATCH] arm: imx: Switch mx6cuboxi to use config_distro_bootcmd.h. In-Reply-To: <1445977102-16705-1-git-send-email-vagrant@debian.org> References: <1445977102-16705-1-git-send-email-vagrant@debian.org> Message-ID: <5644C951.4080208@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Vagrant, On 27/10/2015 21:18, Vagrant Cascadian wrote: > This allows for more flexible and standardized boot across multiple > platforms. > > Remove redundant legacy boot environment. > I have applied it. However, the patch generates a warning due to CONFIG_BOOT_DELAY, that is defined twice. Firstly, it is defined in mx6_common.h (anyway, in this file is protected) and then in distro_default > Cc: Otavio Salvador > Signed-off-by: Vagrant Cascadian > +#define BOOT_TARGET_DEVICES(func) \ > + func(MMC, mmc, 0) \ > + func(USB, usb, 0) \ > + func(PXE, pxe, na) \ > + func(DHCP, dhcp, na) > + > +#include > +#include Maybe just #undef CONFIG_BOOT_DELAY before including distro files ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================