Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123019
b: refs/heads/master
c: 5b4d218
h: refs/heads/master
i:
  123017: 3d42046
  123015: 8495696
v: v3
  • Loading branch information
Sebastian Siewior authored and Paul Mackerras committed Nov 5, 2008
1 parent 1d51b60 commit 23d1ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7d4320f3d5ace5758111f2beac931376737f80f5
refs/heads/master: 5b4d2189446fd31cd618bbd1c24566b8d0ab11c8
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/libfdt-wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void fdt_init(void *blob)

/* Make sure the dt blob is the right version and so forth */
fdt = blob;
bufsize = fdt_totalsize(fdt) + 4;
bufsize = fdt_totalsize(fdt) + EXPAND_GRANULARITY;
buf = malloc(bufsize);
if(!buf)
fatal("malloc failed. can't relocate the device tree\n\r");
Expand Down

0 comments on commit 23d1ac6

Please sign in to comment.