MEMSIZE is now optional on BEAGLEBOARD.
This commit is contained in:
parent
d005c80955
commit
722c7074fd
|
@ -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 @@ mainbus0 at root
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue