]> git.sur5r.net Git - u-boot/blobdiff - include/configs/uc100.h
sunxi: Fix reset hang on sun5i
[u-boot] / include / configs / uc100.h
index 8bf7353bc1f3653f33e008c329acb127d3ed2189..cad897f70b3796d92e493e75a8167f88c9cf215e 100644 (file)
@@ -65,7 +65,7 @@
        "flash_self=run ramargs addip addtty;"                          \
                "bootm ${kernel_addr} ${ramdisk_addr}\0"                \
        "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;"     \
-               "bootm\0"                                               \
+               "bootm\0"                                               \
        "rootpath=/opt/eldk/ppc_8xx\0"                                  \
        "bootfile=/tftpboot/uc100/uImage\0"                             \
        "kernel_addr=40000000\0"                                        \
  * Miscellaneous configurable options
  */
 #define        CONFIG_SYS_LONGHELP                     /* undef to save memory         */
-#define        CONFIG_SYS_PROMPT               "=> "   /* Monitor Command Prompt       */
 
 #if 0
 #define        CONFIG_SYS_HUSH_PARSER          1       /* use "hush" command parser    */
 
 #define        CONFIG_SYS_LOAD_ADDR            0x100000        /* default load address */
 
-#define        CONFIG_SYS_HZ                   1000    /* decrementer freq: 1 ms ticks */
-
 #define CONFIG_AUTO_COMPLETE   1       /* add autocompletion support   */
 
 /*