From 42d1f0394bef0624fc9664714d54bb137931d6a6 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 15 Oct 2003 23:53:47 +0000 Subject: * Patches by Xianghua Xiao, 15 Oct 2003: - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup --- board/mpc8266ads/mpc8266ads.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'board/mpc8266ads') diff --git a/board/mpc8266ads/mpc8266ads.c b/board/mpc8266ads/mpc8266ads.c index 68a59a680c..e2c98b1b04 100644 --- a/board/mpc8266ads/mpc8266ads.c +++ b/board/mpc8266ads/mpc8266ads.c @@ -562,13 +562,13 @@ long int initdram(int board_type) printf(", Using Bank Based Interleave\n"); #else printf(", Using Page Based Interleave\n"); -#endif +#endif printf("\tTotal size: "); - /* this delay only needed for original 16MB DIMM... + /* this delay only needed for original 16MB DIMM... * Not needed for any other memory configuration */ if ((sdram_size * chipselects) == (16 *1024 *1024)) - udelay (250000); + udelay (250000); return (sdram_size * chipselects); /*return (16 * 1024 * 1024);*/ } @@ -584,4 +584,3 @@ void pci_init_board(void) pci_mpc8250_init(&hose); } #endif - -- cgit v1.2.1