9
0
Fork 0

defaultenv: add bootm_opt var to allow the board to pass parameter to bootm

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2011-10-08 16:29:53 +02:00 committed by Sascha Hauer
parent a0746e71c2
commit fd552936d6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ fi
echo "booting kernel of type $kernelimage_type from $kdev"
if [ x$kernelimage_type = xuimage ]; then
bootm $kdev
bootm $bootm_opt $kdev
elif [ x$kernelimage_type = xzimage ]; then
bootz $kdev
elif [ x$kernelimage_type = xraw ]; then