kboot: Powerpc provide bi_loadsmap

It's just a stub, since the kernel learns of memory via FDT.

Sponsored by:		Netflix
Reviewed by:		tsoome, kevans
Differential Revision:	https://reviews.freebsd.org/D38253
This commit is contained in:
Warner Losh 2023-02-03 08:39:31 -07:00
parent d1a3cc0abe
commit 6e99dc1375

View file

@ -220,3 +220,9 @@ bool enumerate_memory_arch(void)
return true;
}
void
bi_loadsmap(struct preloaded_file *kfp)
{
/* passed in via the DTB */
}