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

Ian Lepore ian at FreeBSD.org
Sat Mar 18 19:55:00 UTC 2017


Author: ian
Date: Sat Mar 18 19:54:58 2017
New Revision: 315508
URL: https://svnweb.freebsd.org/changeset/base/315508

Log:
  Remove hardcoded bootverbose=1; imx53 systems boot using loader(8) and
  users can set verbose if they want to.

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

Modified: head/sys/arm/freescale/imx/imx53_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx53_machdep.c	Sat Mar 18 19:27:16 2017	(r315507)
+++ head/sys/arm/freescale/imx/imx53_machdep.c	Sat Mar 18 19:54:58 2017	(r315508)
@@ -53,10 +53,6 @@ static int
 imx53_attach(platform_t plat)
 {
 
-	/* XXX - Get rid of this stuff soon. */
-	boothowto |= RB_VERBOSE|RB_MULTIPLE;
-	bootverbose = 1;
-
 	return (0);
 }
 


More information about the svn-src-all mailing list