summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2008-03-28 08:29:26 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2008-04-08 07:58:32 +0000
commitbf3d8b31169546fcddb4737391e1893fb12d033a (patch)
treeb8a730dd96d1f17f65983a7f1df86d2c8ccd2eb4 /common
parent00ab32c85405a4fe65fd4128243086210fc90a21 (diff)
downloadblackbird-obmc-uboot-bf3d8b31169546fcddb4737391e1893fb12d033a.tar.gz
blackbird-obmc-uboot-bf3d8b31169546fcddb4737391e1893fb12d033a.zip
SPARC: added SPARC support for new uimage in common code.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'common')
-rw-r--r--common/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image.c b/common/image.c
index f04826a5c8..ce49bb24e0 100644
--- a/common/image.c
+++ b/common/image.c
@@ -1014,7 +1014,7 @@ int boot_get_ramdisk (int argc, char *argv[], bootm_headers_t *images,
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
OpenPOWER on IntegriCloud