]> Git Repo - J-u-boot.git/blobdiff - include/configs/boston.h
Merge git://git.denx.de/u-boot-sunxi
[J-u-boot.git] / include / configs / boston.h
index e95805408a87b953f06b61a7a683125575494a2e..86dd0433c8e4b67b54e3b3aacd222687fb065bd2 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
@@ -52,7 +49,6 @@
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
                                         sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_BAUDRATE                        115200
 
 /*
  * Flash
@@ -67,7 +63,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
This page took 0.027352 seconds and 4 git commands to generate.