From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 19 Apr 2013 07:29:40 +0200 Subject: [U-Boot] [PATCH] mx51evk: Update environmet in order to allow booting a dt kernel In-Reply-To: <1366328263-8468-1-git-send-email-festevam@gmail.com> References: <1366328263-8468-1-git-send-email-festevam@gmail.com> Message-ID: <20130419052941.03E17200566@gemini.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 Dear Fabio Estevam, In message <1366328263-8468-1-git-send-email-festevam@gmail.com> you wrote: > There is a typo in the Subject: s/environmet/environment/ > - "mmcroot=/dev/mmcblk0p3 rw\0" \ > - "mmcrootfstype=ext3 rootwait\0" \ > - "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ > - "root=${mmcroot} " \ > - "rootfstype=${mmcrootfstype}\0" \ > + "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \ > + "mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot}\0"\ You are dropping the "mmcrootfstype" part here. Is this intentional? If yes, it appears to be an unrelated change that should be done in a separate commit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de When the bosses talk about improving productivity, they are never talking about themselves.