Module Name:    src
Committed By:   matt
Date:           Tue Jun 18 15:42:54 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: OMAP5432_EVM

Log Message:
Turn off direct mapped phys


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OMAP5432_EVM

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/evbarm/conf/OMAP5432_EVM
diff -u src/sys/arch/evbarm/conf/OMAP5432_EVM:1.1 src/sys/arch/evbarm/conf/OMAP5432_EVM:1.2
--- src/sys/arch/evbarm/conf/OMAP5432_EVM:1.1	Sun Jun 16 16:49:52 2013
+++ src/sys/arch/evbarm/conf/OMAP5432_EVM	Tue Jun 18 15:42:54 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: OMAP5432_EVM,v 1.1 2013/06/16 16:49:52 matt Exp $
+#	$NetBSD: OMAP5432_EVM,v 1.2 2013/06/18 15:42:54 matt Exp $
 #
 #	PANDABOARD -- TI OMAP 4430 Eval Board Kernel
 #
@@ -20,6 +20,7 @@ options 	RTC_OFFSET=0	# hardware clock i
 options 	CPU_CORTEXA15
 options 	OMAP_5430
 options 	PMAPCOUNTERS
+no options	__HAVE_MM_MD_DIRECT_MAPPED_PHYS # too much memory to direct map
 
 # Architecture options
 

Reply via email to