]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/spear-common.h
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
[people/ms/u-boot.git] / include / configs / spear-common.h
index 49fdf9cdb742ceaa4d539ee843f7ae57e5a40ada..fe61824e33ae9d729a5f466cfc85b19d881f8309 100644 (file)
 #define CONFIG_SYS_MAX_NAND_DEVICE             1
 #define CONFIG_SYS_NAND_ONFI_DETECTION
 
-/*
- * Command support defines
- */
-#define CONFIG_CMD_SAVES
-
 /*
  * Default Environment Varible definitions
  */
                                                "bootm 0x1600000"
 #endif
 
-#define CONFIG_BOOTARGS                                "console=ttyAMA0,115200 " \
-                                               "mem=128M " \
-                                               "root="CONFIG_FSMTDBLK \
-                                               "rootfstype=jffs2"
-
 #define CONFIG_NFSBOOTCOMMAND                                          \
        "bootp; "                                                       \
        "setenv bootargs root=/dev/nfs rw "                             \
 #define CONFIG_SYS_MALLOC_LEN                  (1024*1024)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_SYS_CBSIZE                      256
-#define CONFIG_SYS_PBSIZE                      (CONFIG_SYS_CBSIZE + \
-                                               sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS                     16
 #define CONFIG_SYS_BARGSIZE                    CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LOAD_ADDR                   0x00800000