Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/imx/fdt Need opt_console for CONSADDR, etc



details:   https://anonhg.NetBSD.org/src/rev/f71ab62c53ce
branches:  trunk
changeset: 458023:f71ab62c53ce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 27 07:41:43 2019 +0000

description:
Need opt_console for CONSADDR, etc

diffstat:

 sys/arch/arm/imx/fdt/imx6_platform.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d98be372c738 -r f71ab62c53ce sys/arch/arm/imx/fdt/imx6_platform.c
--- a/sys/arch/arm/imx/fdt/imx6_platform.c      Sat Jul 27 07:02:09 2019 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_platform.c      Sat Jul 27 07:41:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_platform.c,v 1.3 2019/07/26 06:59:48 skrll Exp $  */
+/*     $NetBSD: imx6_platform.c,v 1.4 2019/07/27 07:41:43 skrll Exp $  */
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,9 +25,10 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_platform.c,v 1.3 2019/07/26 06:59:48 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_platform.c,v 1.4 2019/07/27 07:41:43 skrll Exp $");
 
 #include "arml2cc.h"
+#include "opt_console.h"
 #include "opt_fdt.h"
 #include "opt_multiprocessor.h"
 #include "opt_soc.h"



Home | Main Index | Thread Index | Old Index