eclair: query phys memstart on arm64

Change-Id: I32db1153f5c1e4a217db69d8d55f0d0ccfa07c77
This commit is contained in:
Balazs Gerofi
2020-01-11 22:00:57 +09:00
committed by Masamichi Takagi
parent bf7fd81c1b
commit 32b32f0c4a
6 changed files with 18 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ uintptr_t virt_to_phys(uintptr_t va)
return NOPHYS;
} /* virt_to_phys() */
int arch_setup_constants(void)
int arch_setup_constants(int mcos_fd)
{
MAP_KERNEL_START = lookup_symbol("_head");
if (MAP_KERNEL_START == NOSYMBOL) {