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);
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to