summaryrefslogtreecommitdiffstats
path: root/include/ft_build.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 16:41:35 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 16:41:35 -0600
commite559a6901ae1c5cd02fbd909631b843975f84bbc (patch)
treef53e9435b6a1ea19eb652d3e02509582a829aa0f /include/ft_build.h
parentc2871f038062abafa0b7f2048075098915a5ba41 (diff)
downloadtalos-obmc-uboot-e559a6901ae1c5cd02fbd909631b843975f84bbc.tar.gz
talos-obmc-uboot-e559a6901ae1c5cd02fbd909631b843975f84bbc.zip
Add support for passing initrd information via flat device tree
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'include/ft_build.h')
-rw-r--r--include/ft_build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ft_build.h b/include/ft_build.h
index a276867c5d..47ca575d9f 100644
--- a/include/ft_build.h
+++ b/include/ft_build.h
@@ -57,7 +57,7 @@ void ft_prop_int(struct ft_cxt *cxt, const char *name, int val);
void ft_begin(struct ft_cxt *cxt, void *blob, int max_size);
void ft_add_rsvmap(struct ft_cxt *cxt, u64 physaddr, u64 size);
-void ft_setup(void *blob, int size, bd_t * bd);
+void ft_setup(void *blob, int size, bd_t * bd, ulong initrd_start, ulong initrd_end);
void ft_dump_blob(const void *bphp);
void ft_merge_blob(struct ft_cxt *cxt, void *blob);
OpenPOWER on IntegriCloud