Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344152
b: refs/heads/master
c: a15d129
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin committed Nov 11, 2012
1 parent 73d5d11 commit 9e5aa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69b1803ab79ebda75df2bfcb1c2a54d6c3de5325
refs/heads/master: a15d129a352e5f6ab821b81bc3f692ecc952a815
5 changes: 1 addition & 4 deletions trunk/arch/mips/lantiq/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ void __init device_tree_init(void)
reserve_bootmem(base, size, BOOTMEM_DEFAULT);

unflatten_device_tree();

/* free the space reserved for the dt blob */
free_bootmem(base, size);
}

void __init prom_init(void)
Expand Down Expand Up @@ -119,7 +116,7 @@ int __init plat_of_setup(void)
sizeof(of_ids[0].compatible));
strncpy(of_ids[1].compatible, "simple-bus",
sizeof(of_ids[1].compatible));
return of_platform_bus_probe(NULL, of_ids, NULL);
return of_platform_populate(NULL, of_ids, NULL, NULL);
}

arch_initcall(plat_of_setup);

0 comments on commit 9e5aa53

Please sign in to comment.