Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf MEMSIZE is now optional on BEAGLEBOARD.



details:   https://anonhg.NetBSD.org/src/rev/bc05dbaa27be
branches:  trunk
changeset: 783277:bc05dbaa27be
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Dec 13 01:24:11 2012 +0000

description:
MEMSIZE is now optional on BEAGLEBOARD.

diffstat:

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

diffs (21 lines):

diff -r ab674cab9d6f -r bc05dbaa27be sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Thu Dec 13 01:23:16 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Thu Dec 13 01:24:11 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.33 2012/12/12 01:05:10 matt Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.34 2012/12/13 01:24:11 matt Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -168,8 +168,8 @@
 # The boot cpu
 cpu0           at mainbus?
 
-# Specify the memory size in megabytes.
-options        MEMSIZE=256
+# Specify the memory size in megabytes (optional).
+#options       MEMSIZE=256
 #options       MEMSIZE=128
 
 # L3 Interconnect



Home | Main Index | Thread Index | Old Index