summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321/ep80219_machdep.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-01-21 05:05:07 +0000
committerian <ian@FreeBSD.org>2015-01-21 05:05:07 +0000
commit11083b32fd5a9aeaf4dcdf0421276dc5e7fa64a1 (patch)
treebb3a6b92b481dc39741a0b2f28ce38c8a91284db /sys/arm/xscale/i80321/ep80219_machdep.c
parent673eea0b9b771e4cca3edfed4dbbd827f64f462b (diff)
downloadFreeBSD-src-11083b32fd5a9aeaf4dcdf0421276dc5e7fa64a1.zip
FreeBSD-src-11083b32fd5a9aeaf4dcdf0421276dc5e7fa64a1.tar.gz
Use the base arm bus_space instead of an identical local copy.
Diffstat (limited to 'sys/arm/xscale/i80321/ep80219_machdep.c')
-rw-r--r--sys/arm/xscale/i80321/ep80219_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i80321/ep80219_machdep.c b/sys/arm/xscale/i80321/ep80219_machdep.c
index bf3e49a..f04f7fd 100644
--- a/sys/arm/xscale/i80321/ep80219_machdep.c
+++ b/sys/arm/xscale/i80321/ep80219_machdep.c
@@ -312,7 +312,7 @@ initarm(struct arm_boot_params *abp)
* registers.
*/
i80321_calibrate_delay();
- i80321_sdram_bounds(&obio_bs_tag, IQ80321_80321_VBASE + VERDE_MCU_BASE,
+ i80321_sdram_bounds(obio_bs_tag, IQ80321_80321_VBASE + VERDE_MCU_BASE,
&memstart, &memsize);
physmem = memsize / PAGE_SIZE;
cninit();
OpenPOWER on IntegriCloud