fdt: Rename setup_fdt() and make it prepare also

There is little reason to split these two functions. Bring them together
which simplifies the init sequence.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2015-02-27 22:06:35 -07:00
parent b45122fdf5
commit 0879361fd3
3 changed files with 4 additions and 7 deletions

View File

@@ -797,6 +797,6 @@ int fdtdec_decode_memory_region(const void *blob, int node,
/**
* Set up the device tree ready for use
*/
int setup_fdt(void);
int fdtdec_setup(void);
#endif