commit | 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 15 08:24:43 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 26 23:45:20 2008 +0200 |
tree | af05886e553effd9ab2b9825a73d169be5c784ed | |
parent | 3082d2348c8e13342f5fdd10e9b3f7408062dbf9 [diff] |
fdt: refactor initrd related code Created a new fdt_initrd() to deal with setting the initrd properties in the device tree and fixing up the mem reserve. We can use this both in the choosen node handling and lets us remove some duplicated code when we fixup the initrd info in bootm on PPC. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>