commit | 1e26aa5dc363cdbcd5da200c33487f5b5e0c0264 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 11 13:54:17 2006 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 11 13:54:17 2006 -0600 |
tree | 05de404e5a779d16e933b8433d482fd41c289313 | |
parent | 4ce143164b71c45a1bd4864cca23572ee96c6aa9 [diff] [blame] |
Allow board code to fixup the flat device tree before booting a kernel Patch by Kumar Gala 11 Jan 2006
diff --git a/include/ft_build.h b/include/ft_build.h index 9104b1a..a276867 100644 --- a/include/ft_build.h +++ b/include/ft_build.h
@@ -63,4 +63,6 @@ void ft_merge_blob(struct ft_cxt *cxt, void *blob); void *ft_get_prop(void *bphp, const char *propname, int *szp); +void ft_board_setup(void *blob, bd_t *bd); + #endif