]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: refactor initrd related code
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:43 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:45:20 +0000 (23:45 +0200)
commit2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
treeaf05886e553effd9ab2b9825a73d169be5c784ed
parent3082d2348c8e13342f5fdd10e9b3f7408062dbf9
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>
common/fdt_support.c
include/fdt_support.h
lib_ppc/bootm.c