From fd552936d658c555a6233d219e4449e0c9fb153b Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 8 Oct 2011 16:29:53 +0200 Subject: [PATCH] defaultenv: add bootm_opt var to allow the board to pass parameter to bootm Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- defaultenv/bin/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot index 652ae0c2b..6761d8451 100644 --- a/defaultenv/bin/boot +++ b/defaultenv/bin/boot @@ -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