mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Wean device tree code off phys_ram_base.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7068 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5c130f659b
commit
7ec632b45c
4 changed files with 31 additions and 25 deletions
|
@ -14,7 +14,7 @@
|
|||
#ifndef __DEVICE_TREE_H__
|
||||
#define __DEVICE_TREE_H__
|
||||
|
||||
void *load_device_tree(const char *filename_path, void *load_addr);
|
||||
void *load_device_tree(const char *filename_path, int *sizep);
|
||||
|
||||
int qemu_devtree_setprop(void *fdt, const char *node_path,
|
||||
const char *property, uint32_t *val_array, int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue