Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 20:22:44 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239716 - head/sys/conf
Message-ID:  <201208262022.q7QKMiCI077979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ray
Date: Sun Aug 26 20:22:43 2012
New Revision: 239716
URL: http://svn.freebsd.org/changeset/base/239716

Log:
  Move AR71XX (MIPS SoCs family) options to options.mips file.
  
  PR:		170859
  Submitted by:	Luiz Otavio O Souza
  Approved by:	adrian (mentor)

Modified:
  head/sys/conf/options
  head/sys/conf/options.mips

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sun Aug 26 14:30:14 2012	(r239715)
+++ head/sys/conf/options	Sun Aug 26 20:22:43 2012	(r239716)
@@ -906,11 +906,3 @@ RACCT		opt_global.h
 
 # Resource Limits
 RCTL		opt_global.h
-
-# At least one of the AR71XX ubiquiti boards has a Redboot configuration
-# that "lies" about the amount of RAM it has. Until a cleaner method is
-# defined, this option will suffice in overriding what Redboot says.
-AR71XX_REALMEM		opt_ar71xx.h
-AR71XX_ENV_UBOOT	opt_ar71xx.h
-AR71XX_ENV_REDBOOT	opt_ar71xx.h
-AR71XX_ATH_EEPROM	opt_ar71xx.h

Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips	Sun Aug 26 14:30:14 2012	(r239715)
+++ head/sys/conf/options.mips	Sun Aug 26 20:22:43 2012	(r239716)
@@ -74,6 +74,16 @@ ARGE_DEBUG			opt_arge.h
 ARGE_MDIO			opt_arge.h
 
 #
+# At least one of the AR71XX ubiquiti boards has a Redboot configuration
+# that "lies" about the amount of RAM it has. Until a cleaner method is
+# defined, this option will suffice in overriding what Redboot says.
+#
+AR71XX_REALMEM			opt_ar71xx.h
+AR71XX_ENV_UBOOT		opt_ar71xx.h
+AR71XX_ENV_REDBOOT		opt_ar71xx.h
+AR71XX_ATH_EEPROM		opt_ar71xx.h
+
+#
 # Options that control the Ralink RT305xF Etherenet MAC.
 #
 IF_RT_DEBUG			opt_if_rt.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208262022.q7QKMiCI077979>