commit | 5b4d2189446fd31cd618bbd1c24566b8d0ab11c8 | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <bigeasy@linutronix.de> | Sat Nov 01 10:00:56 2008 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Nov 06 09:49:43 2008 +1100 |
tree | 4306cedd8875f48c95ae7224705128b56b86f466 | |
parent | 7d4320f3d5ace5758111f2beac931376737f80f5 [diff] |
powerpc/boot: Allocate more memory for dtb David Gibson suggested that since we are now unconditionally copying the dtb into a malloc()ed buffer, it would be sensible to add a little padding to the buffer at that point, so that further device tree manipulations won't need to reallocate it. This implements that suggestion. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Paul Mackerras <paulus@samba.org>