From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Tue, 11 Jun 2013 11:18:48 -0500 Subject: [U-Boot] [PATCH v4] arm: dra7xx: Update the EXTRA_ENV_SETTINGS In-Reply-To: <20130611155030.GU26693@bill-the-cat> References: <1370543405-4596-1-git-send-email-dmurphy@ti.com> <20130611155030.GU26693@bill-the-cat> Message-ID: <51B74DE8.8020406@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/11/2013 10:50 AM, Tom Rini wrote: > On Thu, Jun 06, 2013 at 01:30:05PM -0500, Dan Murphy wrote: > >> Update the EXTRA_ENV_SETTING for the dra7xx. >> The console needs to be set to ttyO0 and the >> findfdt needs to be updated to load the >> dra7xx-evm.dtb file. >> >> Signed-off-by: Dan Murphy > [snip] >> - "setenv fdtfile omap5-uevm.dtb; fi;\0 " \ >> + "setenv fdtfile omap5-uevm.dtb; fi; " \ >> + "if test $board_name = dra7xx; then " \ >> + "setenv fdtfile dra7-evm.dtb; fi; " \ > Missing trailing \0 here to terminate the variable. > Fixed in next patch -- ------------------ Dan Murphy