Skip to content

Commit

Permalink
nit6xlite bootscript (yocto): fix quoting in setenv command
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
  • Loading branch information
Eric Nelson committed May 16, 2014
1 parent 63ae4a5 commit aed9475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/boundary/nit6xlite/6x_bootscript-yocto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if itest.s x$bootpart == x ; then
bootpart=1
fi

setenv "bootargs $bootargs root=/dev/mmcblk0p${bootpart}" ;
setenv bootargs "$bootargs root=/dev/mmcblk0p${bootpart}" ;

if itest.s x == x${bootdir} ; then
bootdir=/boot/
Expand Down

0 comments on commit aed9475

Please sign in to comment.