During option parsing we use the variable BOOT_BOOTMOPTS, all other
scripts use BOOT_BOOTM_OPTS though. Fix this by using the same variable
everywhere.

Signed-off-by: Sascha Hauer <[email protected]>
---
 defaultenv-2/base/bin/boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaultenv-2/base/bin/boot b/defaultenv-2/base/bin/boot
index f7f460e..eed4b3c 100644
--- a/defaultenv-2/base/bin/boot
+++ b/defaultenv-2/base/bin/boot
@@ -17,7 +17,7 @@ $0 [OPTIONS] [source]\n
 
 while getopt "vdhl" opt; do
        if [ ${opt} = v ]; then
-               BOOT_BOOTMOPTS="$BOOT_BOOTMOPTS -v"
+               BOOT_BOOTM_OPTS="$BOOT_BOOTM_OPTS -v"
                BOOT_VERBOSE=1
        elif [ ${opt} = d ]; then
                BOOT_DRYRUN=1
-- 
1.8.2.rc2


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to