From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 27 Apr 2015 12:56:59 +0200 Subject: [U-Boot] [PATCH v5 6/6] mx6cuboxi: Load the correct 'fdtfile' variable In-Reply-To: References: <1429998441-12359-1-git-send-email-festevam@gmail.com> <1429998441-12359-6-git-send-email-festevam@gmail.com> <553DEA6C.1050506@denx.de> Message-ID: <553E15FB.1000803@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 Fabio, On 27/04/2015 12:11, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Apr 27, 2015 at 4:51 AM, Stefano Babic wrote: > >>> +int board_late_init(void) >>> +{ >>> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG >>> + if (is_hummingboard()) >>> + setenv("board_name", "HUMMINGBOARD"); >>> + else >>> + setenv("board_name", "CUBOXI"); >>> + >>> + if (is_mx6q) >> >> This should be is_mx6q() and not is_mx6q > > You are right. > > Do you want me to resend the series or could you please change it > while applying it? > No, I will apply with this change. I wanted only track why I change the code posted to ML. 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 =====================================================================