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.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/arm/lpc/lpc_machdep.c b/sys/arm/lpc/lpc_machdep.c
index 576eda4..a900997 100644
--- a/sys/arm/lpc/lpc_machdep.c
+++ b/sys/arm/lpc/lpc_machdep.c
@@ -63,11 +63,15 @@ vm_offset_t
initarm_lastaddr(void)
{
+ return (fdt_immr_va);
+}
+
+void
+initarm_early_init(void)
+{
+
if (fdt_immr_addr(LPC_DEV_BASE) != 0)
while (1);
-
- /* Platform-specific initialisation */
- return (fdt_immr_va);
}
void
@@ -94,7 +98,7 @@ static struct arm_devmap_entry fdt_devmap[FDT_DEVMAP_MAX] = {
* Construct pmap_devmap[] with DT-derived config data.
*/
int
-platform_devmap_init(void)
+initarm_devmap_init(void)
{
/*
OpenPOWER on IntegriCloud