svn commit: r239716 - head/sys/conf

Aleksandr Rybalko ray at FreeBSD.org
Sun Aug 26 20:22:44 UTC 2012


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


More information about the svn-src-all mailing list