mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Refactor code to remove one #ifdef CONFIG_FDT
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3f0855b14b
commit
84f1581861
1 changed files with 2 additions and 4 deletions
|
@ -52,14 +52,12 @@ static int petalogix_load_device_tree(target_phys_addr_t addr,
|
|||
target_phys_addr_t initrd_size,
|
||||
const char *kernel_cmdline)
|
||||
{
|
||||
char *path;
|
||||
int fdt_size;
|
||||
#ifdef CONFIG_FDT
|
||||
void *fdt;
|
||||
int r;
|
||||
#endif
|
||||
char *path;
|
||||
int fdt_size;
|
||||
|
||||
#ifdef CONFIG_FDT
|
||||
/* Try the local "mb.dtb" override. */
|
||||
fdt = load_device_tree("mb.dtb", &fdt_size);
|
||||
if (!fdt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue