]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/pb1x00.h
include/configs: Whitespace fixup
[people/ms/u-boot.git] / include / configs / pb1x00.h
index 516d38144a07dd6d3aa9cccfa40375e78f9f6e12..b1fd2b8b50ed9c627a20044696e7276ac0bb15a8 100644 (file)
 #define PHYS_FLASH_2           0xbfc00000 /* Flash Bank #2 */
 
 /* The following #defines are needed to get flash environment right */
+/* ROM version */
+/* #define CONFIG_SYS_TEXT_BASE                0xbfc00000 */
+/* SDRAM version */
+#define CONFIG_SYS_TEXT_BASE           0x83800000
+
 #define        CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
 #define        CONFIG_SYS_MONITOR_LEN          (192 << 10)
 
 
 #define CONFIG_NR_DRAM_BANKS   2
 
-
 #define CONFIG_MEMSIZE_IN_BYTES
 
-
 /*---USB -------------------------------------------*/
 #if 0
 #define CONFIG_USB_OHCI
 #define CONFIG_SYS_ICACHE_SIZE         16384
 #define CONFIG_SYS_CACHELINE_SIZE      32
 
-
 /*
  * BOOTP options
  */
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_ELF
 #define CONFIG_CMD_MII
-#define CONFIG_CMD_PING
 
 #undef CONFIG_CMD_FAT
 #undef CONFIG_CMD_IDE
-#undef CONFIG_CMD_ELF
 #undef CONFIG_CMD_BEDBUG
 
 #endif /* __CONFIG_H */