From 3c9c635c3b66e71a5594d24b122727dd590b1ec1 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 23 Feb 2014 01:49:01 +0000 Subject: Don't force bootverbose on anymore, it can be set from ubldr now. --- sys/arm/freescale/imx/imx6_machdep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c index 26c7110..abca91f 100644 --- a/sys/arm/freescale/imx/imx6_machdep.c +++ b/sys/arm/freescale/imx/imx6_machdep.c @@ -55,9 +55,6 @@ void initarm_early_init(void) { - /* XXX - Get rid of this stuff soon. */ - boothowto |= RB_VERBOSE|RB_MULTIPLE; - bootverbose = 1; } void -- cgit v1.1