commit | 9c701e8b3c794cbe88066f6f1cb9fa595ff2b159 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:57:17 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:13:00 2008 +0100 |
tree | f8ca1e9ba98f6b4d02f99f0997beb64603a3f2c3 | |
parent | ad04a1485b15effe3e454c15eb72bdb79cbedacd [diff] |
[new uImage] Move ramdisk loading to a common routine Ramdisk loading code, including initrd_high variable handling, was duplicated for PPC and M68K platforms. This patch creates common helper routine that is being called from both platform do_bootm_linux() routines. Signed-off-by: Marian Balakowicz <m8@semihalf.com>