commit | bf3d8b31169546fcddb4737391e1893fb12d033a | [log] [tgz] |
---|---|---|
author | Daniel Hellstrom <daniel@gaisler.com> | Fri Mar 28 08:29:26 2008 +0100 |
committer | Daniel Hellstrom <daniel@gaisler.com> | Tue Apr 08 07:58:32 2008 +0000 |
tree | b8a730dd96d1f17f65983a7f1df86d2c8ccd2eb4 | |
parent | 00ab32c85405a4fe65fd4128243086210fc90a21 [diff] [blame] |
SPARC: added SPARC support for new uimage in common code. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
diff --git a/common/image.c b/common/image.c index f04826a..ce49bb2 100644 --- a/common/image.c +++ b/common/image.c
@@ -1014,7 +1014,7 @@ return 0; } -#if defined(CONFIG_PPC) || defined(CONFIG_M68K) +#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SPARC) /** * boot_ramdisk_high - relocate init ramdisk * @lmb: pointer to lmb handle, will be used for memory mgmt