summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc/lpc_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/lpc/lpc_machdep.c')
-rw-r--r--sys/arm/lpc/lpc_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/lpc/lpc_machdep.c b/sys/arm/lpc/lpc_machdep.c
index 4604755..cb3ab84 100644
--- a/sys/arm/lpc/lpc_machdep.c
+++ b/sys/arm/lpc/lpc_machdep.c
@@ -66,7 +66,7 @@ initarm_lastaddr(void)
while (1);
/* Platform-specific initialisation */
- return (fdt_immr_va - ARM_NOCACHE_KVA_SIZE);
+ return (fdt_immr_va);
}
void
OpenPOWER on IntegriCloud