mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Clean up Sparc32 memory management
Concentrate memory and MMU management (lib.c malloc, romvec opb_, iommu, OF /memory) to lib.c. git-svn-id: svn://coreboot.org/openbios/openbios-devel@344 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -99,7 +99,7 @@ void boot(void)
|
||||
obp_arg.argv[1] = param;
|
||||
}
|
||||
|
||||
romvec = init_openprom(qemu_mem_size);
|
||||
romvec = init_openprom();
|
||||
|
||||
if (kernel_size) {
|
||||
int (*entry)(const void *romvec_ptr, int p2, int p3, int p4, int p5);
|
||||
|
||||
Reference in New Issue
Block a user