]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/omap3_beagle.h
beagle: fix termination of buddy env setting
[karo-tx-uboot.git] / include / configs / omap3_beagle.h
index b891ee49255d6649dbf5b6b5d5670cfd883e1f78..53176c0b57d1d7dfedb982034dfcee7ba90c66fd 100644 (file)
 /* commands to include */
 #include <config_cmd_default.h>
 
+#define CONFIG_CMD_ASKENV
+
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_EXT2                /* EXT2 Support                 */
 #define CONFIG_CMD_FAT         /* FAT support                  */
                                                        /* partition */
 
 /* Environment information */
-#define CONFIG_BOOTDELAY               2
+#define CONFIG_BOOTDELAY               3
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x80200000\0" \
        "bootfile=uImage.beagle\0" \
        "console=ttyO2,115200n8\0" \
        "mpurate=auto\0" \
-       "buddy=none "\
+       "buddy=none\0" \
        "optargs=\0" \
        "camera=none\0" \
        "vram=12M\0" \
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_SYS_PROMPT              "OMAP3 beagleboard.org # "
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 /* Print Buffer Size */