svn commit: r262355 - head/sys/arm/freescale/imx

Ian Lepore ian at FreeBSD.org
Sun Feb 23 01:49:02 UTC 2014


Author: ian
Date: Sun Feb 23 01:49:01 2014
New Revision: 262355
URL: http://svnweb.freebsd.org/changeset/base/262355

Log:
  Don't force bootverbose on anymore, it can be set from ubldr now.

Modified:
  head/sys/arm/freescale/imx/imx6_machdep.c

Modified: head/sys/arm/freescale/imx/imx6_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_machdep.c	Sun Feb 23 01:48:07 2014	(r262354)
+++ head/sys/arm/freescale/imx/imx6_machdep.c	Sun Feb 23 01:49:01 2014	(r262355)
@@ -55,9 +55,6 @@ void
 initarm_early_init(void)
 {
 
-	/* XXX - Get rid of this stuff soon. */
-	boothowto |= RB_VERBOSE|RB_MULTIPLE;
-	bootverbose = 1;
 }
 
 void


More information about the svn-src-head mailing list