Module Name:    src
Committed By:   matt
Date:           Wed Jul 20 13:20:26 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: P2020RDB

Log Message:
Flash is only 16MB in size.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbppc/conf/P2020RDB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/conf/P2020RDB
diff -u src/sys/arch/evbppc/conf/P2020RDB:1.7 src/sys/arch/evbppc/conf/P2020RDB:1.8
--- src/sys/arch/evbppc/conf/P2020RDB:1.7	Tue Jul 19 19:57:02 2011
+++ src/sys/arch/evbppc/conf/P2020RDB	Wed Jul 20 13:20:26 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P2020RDB,v 1.7 2011/07/19 19:57:02 matt Exp $
+#	$NetBSD: P2020RDB,v 1.8 2011/07/20 13:20:26 matt Exp $
 #
 #	P2020RBD -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"P2020RBD-$Revision: 1.7 $"
+ident 		"P2020RBD-$Revision: 1.8 $"
 
 maxusers	32
 
@@ -156,7 +156,7 @@
 #options 	NOR_VERBOSE
 pq3cfi0 	at obio0 cs 0
 nor*		at pq3cfi?
-flash*		at nor? offset 0 size 0x8000000
+flash*		at nor? offset 0 size 0x1000000
 
 e500wdog*	at cpunode?		# Watchdog timer
 

Reply via email to