From e1599e83d643c1667a4157d03609c6e29928fb2e Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 10 Oct 2004 23:27:33 +0000 Subject: * Patch by Gridish Shlomi, 30 Aug 2004: - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200 * Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c * Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message * Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default. --- include/configs/IceCube.h | 2 ++ include/configs/MPC8260ADS.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 3c1b2ab59b..3752eb42e7 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -68,6 +68,8 @@ #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS #define CONFIG_PCI_IO_SIZE 0x01000000 +#define CFG_XLB_PIPELINING 1 + #define CONFIG_NET_MULTI 1 #define CONFIG_EEPRO100 1 #define CFG_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */ diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 626f23b6a4..0d5b05a803 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -175,7 +175,7 @@ #endif #endif -#define CONFIG_BAUDRATE 38400 +#define CONFIG_BAUDRATE 115200 #define CFG_EXCLUDE CFG_CMD_BEDBUG | \ CFG_CMD_BMP | \ -- cgit v1.2.3