omap3_pandora: Switch to using "load" command to load the autoboot script.
[platform/kernel/u-boot.git] / include / configs / omap3_pandora.h
index 86edf19..728a4e5 100644 (file)
@@ -93,8 +93,7 @@
        "mtdparts=" MTDPARTS_DEFAULT "\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmc rescan && fatload mmc 0:1 ${loadaddr} autoboot.scr || " \
-                       "ext2load mmc 0:1 ${loadaddr} autoboot.scr; then " \
+       "if mmc rescan && load mmc 0:1 ${loadaddr} autoboot.scr; then " \
                "source ${loadaddr}; " \
        "fi; " \
        "ubi part boot && ubifsmount ubi:boot && " \