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 Fixed compile error.



details:   https://anonhg.NetBSD.org/src/rev/b6cf66bc271e
branches:  trunk
changeset: 458027:b6cf66bc271e
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Sat Jul 27 12:07:24 2019 +0000

description:
Fixed compile error.

diffstat:

 sys/arch/arm/imx/files.imx7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5aff7fb46209 -r b6cf66bc271e sys/arch/arm/imx/files.imx7
--- a/sys/arch/arm/imx/files.imx7       Sat Jul 27 08:02:04 2019 +0000
+++ b/sys/arch/arm/imx/files.imx7       Sat Jul 27 12:07:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.imx7,v 1.7 2019/07/24 12:33:18 hkenken Exp $
+#      $NetBSD: files.imx7,v 1.8 2019/07/27 12:07:24 hkenken Exp $
 #
 # Configuration info for the Freescale i.MX7
 #
@@ -52,7 +52,7 @@
 # iMX GPIO
 device imxgpio: gpiobus
 attach imxgpio at axi
-file   arch/arm/imx/imxgpio.c                  imxgpio
+file   arch/arm/imx/imxgpio.c                  imxgpio         needs-flag
 file   arch/arm/imx/imx7_gpio.c                imxgpio
 
 # iMX7 IOMUX



Home | Main Index | Thread Index | Old Index