]> git.ozlabs.org Git - yaboot.git/commit
Use prom_claim_chunk to allocate malloc area
authorAnton Blanchard <anton@samba.org>
Thu, 8 Jul 2010 19:03:33 +0000 (19:03 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:51:51 +0000 (15:51 +1000)
commit2c611ced5c7fa551d47da32e574bc7f2ff2df18b
treedc641706c978dfa8f6d4c9486b59414ebfdf14fc
parent8eded8e93dd9a523e40d48f1cc04195a92ea0703
Use prom_claim_chunk to allocate malloc area

prom_claim_chunk does the same thing as this loop, so we can
use it instead.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
second/yaboot.c