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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"