diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 16:41:35 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 16:41:35 -0600 |
commit | e559a6901ae1c5cd02fbd909631b843975f84bbc (patch) | |
tree | f53e9435b6a1ea19eb652d3e02509582a829aa0f /include/ft_build.h | |
parent | c2871f038062abafa0b7f2048075098915a5ba41 (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ft_build.h b/include/ft_build.h index a276867c5d4..47ca575d9fe 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); |