]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/imx6qdl_icore_rqs.h
imx6: engicam: Use bootm instead of bootz
[people/ms/u-boot.git] / include / configs / imx6qdl_icore_rqs.h
index 01215631b6b6cd107039d5ef68705f3f972fa2fe..0f39dcbf35f4361dba5676a8870f1761ea7ff6fb 100644 (file)
@@ -33,7 +33,7 @@
 /* Default environment */
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "script=boot.scr\0" \
-       "image=zImage\0" \
+       "image=uImage\0" \
        "console=ttymxc3\0" \
        "fdt_high=0xffffffff\0" \
        "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
                "run mmcargs; " \
                "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
                        "if run loadfdt; then " \
-                               "bootz ${loadaddr} - ${fdt_addr}; " \
+                               "bootm ${loadaddr} - ${fdt_addr}; " \
                        "else " \
                                "if test ${boot_fdt} = try; then " \
-                                       "bootz; " \
+                                       "bootm; " \
                                "else " \
                                        "echo WARN: Cannot load the DT; " \
                                "fi; " \
                        "fi; " \
                "else " \
-                       "bootz; " \
+                       "bootm; " \
                "fi\0"
 
 #define CONFIG_BOOTCOMMAND \