summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_machdep.c
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-07-19 18:47:18 +0000
committerraj <raj@FreeBSD.org>2010-07-19 18:47:18 +0000
commit287c5fdf9552c6c6ab2c9e76280f559d28d7ec4f (patch)
treef75046d2b32839c37792cbd59eddbadf083e82ac /sys/arm/mv/mv_machdep.c
parent1dddc6de1e8ed3c2ac6a7521a460ef6e31b30ea8 (diff)
downloadFreeBSD-src-287c5fdf9552c6c6ab2c9e76280f559d28d7ec4f.zip
FreeBSD-src-287c5fdf9552c6c6ab2c9e76280f559d28d7ec4f.tar.gz
Eliminate FDT_IMMR_VA define.
This removes platform dependencies from <machine>/fdt.h for the benfit of portability.
Diffstat (limited to 'sys/arm/mv/mv_machdep.c')
-rw-r--r--sys/arm/mv/mv_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c
index 8923bf3..72cc62b 100644
--- a/sys/arm/mv/mv_machdep.c
+++ b/sys/arm/mv/mv_machdep.c
@@ -380,7 +380,7 @@ initarm(void *mdp, void *unused __unused)
&memsize) != 0)
while(1);
- if (fdt_immr_addr() != 0)
+ if (fdt_immr_addr(MV_BASE) != 0)
while (1);
/* Platform-specific initialisation */
OpenPOWER on IntegriCloud