summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-02-23 01:49:01 +0000
committerian <ian@FreeBSD.org>2014-02-23 01:49:01 +0000
commit3c9c635c3b66e71a5594d24b122727dd590b1ec1 (patch)
treed38b4590b842e08d5f19e3332600cc97a38bc6b7
parentcf272e7d335b5a44be3ae24e77ebabd167dfc53e (diff)
downloadFreeBSD-src-3c9c635c3b66e71a5594d24b122727dd590b1ec1.zip
FreeBSD-src-3c9c635c3b66e71a5594d24b122727dd590b1ec1.tar.gz
Don't force bootverbose on anymore, it can be set from ubldr now.
-rw-r--r--sys/arm/freescale/imx/imx6_machdep.c3
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud