Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299271
b: refs/heads/master
c: a106b21
h: refs/heads/master
i:
  299269: 7ca2b9e
  299267: f8dc02d
  299263: e87fa65
v: v3
  • Loading branch information
Marc Zyngier authored and Russell King committed Apr 13, 2012
1 parent ec3624f commit d0fe8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c5fd9e85f574d9d0361b2b878f55732290afe5b
refs/heads/master: a106b21a352517b57af1c3581e15b8787ffe4e98
2 changes: 2 additions & 0 deletions trunk/arch/arm/boot/compressed/atags_to_fdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ int atags_to_fdt(void *atag_list, void *fdt, int total_space)
} else if (atag->hdr.tag == ATAG_MEM) {
if (memcount >= sizeof(mem_reg_property)/4)
continue;
if (!atag->u.mem.size)
continue;
mem_reg_property[memcount++] = cpu_to_fdt32(atag->u.mem.start);
mem_reg_property[memcount++] = cpu_to_fdt32(atag->u.mem.size);
} else if (atag->hdr.tag == ATAG_INITRD2) {
Expand Down

0 comments on commit d0fe8f5

Please sign in to comment.