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 <dmur...@ti.com> [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. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot