aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-08-13 21:12:28 +0000
committerIan Lepore <ian@FreeBSD.org>2013-08-13 21:12:28 +0000
commit9908a5a5e111cb44a9b1549b1d9bf862868cde6b (patch)
tree1663522953cd938c3a516166fe236d94255d0260 /sys/arm
parent4756295ebb5d050c0324465d8bff3fe4666c9da1 (diff)
downloadsrc-9908a5a5e111cb44a9b1549b1d9bf862868cde6b.tar.gz
src-9908a5a5e111cb44a9b1549b1d9bf862868cde6b.zip
Rename imx_machdep.c to imx51_machdep.c, because it contains hardware
addresses which are specific to the imx51 chips.
Notes
Notes: svn path=/head/; revision=254299
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/freescale/imx/files.imx512
-rw-r--r--sys/arm/freescale/imx/imx51_machdep.c (renamed from sys/arm/freescale/imx/imx_machdep.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/files.imx51 b/sys/arm/freescale/imx/files.imx51
index dd2a9752c4b9..f4920c6b5ccc 100644
--- a/sys/arm/freescale/imx/files.imx51
+++ b/sys/arm/freescale/imx/files.imx51
@@ -8,7 +8,7 @@ arm/arm/irq_dispatch.S standard
kern/kern_clocksource.c standard
# Init
-arm/freescale/imx/imx_machdep.c standard
+arm/freescale/imx/imx51_machdep.c standard
arm/freescale/imx/common.c standard
arm/freescale/imx/bus_space.c standard
diff --git a/sys/arm/freescale/imx/imx_machdep.c b/sys/arm/freescale/imx/imx51_machdep.c
index 640fe6fb1b4f..640fe6fb1b4f 100644
--- a/sys/arm/freescale/imx/imx_machdep.c
+++ b/sys/arm/freescale/imx/imx51_machdep.c