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 This has a 64MB NOR, not 16MB.



details:   https://anonhg.NetBSD.org/src/rev/117c79fa51e4
branches:  trunk
changeset: 780270:117c79fa51e4
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jul 18 19:39:54 2012 +0000

description:
This has a 64MB NOR, not 16MB.

diffstat:

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

diffs (27 lines):

diff -r fc440983f658 -r 117c79fa51e4 sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025     Wed Jul 18 19:38:26 2012 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025     Wed Jul 18 19:39:54 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWRP1025,v 1.3 2012/07/18 16:59:41 matt Exp $
+#      $NetBSD: TWRP1025,v 1.4 2012/07/18 19:39:54 matt Exp $
 #
 #      TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "TWRP1025-$Revision: 1.3 $"
+ident          "TWRP1025-$Revision: 1.4 $"
 
 maxusers       32
 
@@ -162,7 +162,7 @@
 #options       NOR_VERBOSE
 cfi0           at obio0 cs 0
 nor*           at cfi?
-flash*         at nor? offset 0 size 0x1000000
+flash*         at nor? offset 0 size 0x4000000
 
 e500wdog*      at cpunode?             # Watchdog timer
 



Home | Main Index | Thread Index | Old Index