]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/boston.h
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
[people/ms/u-boot.git] / include / configs / boston.h
index e95805408a87b953f06b61a7a683125575494a2e..ee4e4a37eacf51ba706029d529fdba62fe217dff 100644 (file)
@@ -10,7 +10,7 @@
 /*
  * General board configuration
  */
-#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_BOOTM_LEN           (64 * 1024 * 1024)
 
 /*
  * CPU
@@ -20,9 +20,6 @@
 /*
  * PCI
  */
-#define CONFIG_PCI
-#define CONFIG_PCI_PNP
-#define CONFIG_CMD_PCI
 
 /*
  * Memory map
 /*
  * Console
  */
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_SYS_CBSIZE              256
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                        sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_BAUDRATE                        115200
 
 /*
  * Flash
@@ -67,7 +59,6 @@
 /*
  * Environment
  */
-#define CONFIG_ENV_IS_IN_FLASH
 #define CONFIG_ENV_SECT_SIZE           0x20000
 #define CONFIG_ENV_SIZE                        CONFIG_ENV_SECT_SIZE
 #ifdef CONFIG_64BIT