PERFORCE change 103202 for review

Warner Losh imp at FreeBSD.org
Fri Aug 4 22:08:18 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103202

Change 103202 by imp at imp_lighthouse on 2006/08/04 22:07:26

	Ooops.  This has been in my tree forever.  We need 32-bit bus width
	for TSC board.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h#6 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h#6 (text) ====

@@ -42,7 +42,7 @@
 #ifdef BOOT_TSC
 /* The following divisor sets PLLA frequency: e.g. 16/4 * 45 = 180MHz */
 #define OSC_MAIN_FREQ_DIV	4	/* for 16MHz osc */
-#define SDRAM_WIDTH	AT91C_SDRC_DBW_16_BITS
+#define SDRAM_WIDTH	AT91C_SDRC_DBW_32_BITS
 typedef unsigned int sdram_size_t;
 #define OSC_MAIN_MULT		45
 #endif


More information about the p4-projects mailing list