Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Flash is only 16MB in size.



details:   https://anonhg.NetBSD.org/src/rev/52586b0aa649
branches:  trunk
changeset: 767504:52586b0aa649
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jul 20 13:20:26 2011 +0000

description:
Flash is only 16MB in size.

diffstat:

 sys/arch/evbppc/conf/P2020RDB |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9412d484219f -r 52586b0aa649 sys/arch/evbppc/conf/P2020RDB
--- a/sys/arch/evbppc/conf/P2020RDB     Wed Jul 20 12:06:00 2011 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB     Wed Jul 20 13:20:26 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index