diff options
| author | Kumar Gala <[email protected]> | 2006-01-11 16:54:53 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2006-01-11 16:54:53 -0600 |
| commit | 21a3cbd0d80b6db06604622732a0467240e378f7 (patch) | |
| tree | 3c03d0facddf893caf98b671438af24be9239e12 /include | |
| parent | 304ad60f7da7f14135bdfcdcfefe1020fff80cac (diff) | |
| parent | 62ec6418d417b1fc887f979441c15fbd6602edc9 (diff) | |
Merge branch 'ft_infr'
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stxxtc.h | 2 | ||||
| -rw-r--r-- | include/ft_build.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index 3ffe6b2e05f..be6c36cac9d 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -584,5 +584,7 @@ typedef unsigned int led_id_t; #define OF_CPU "PowerPC,MPC870@0" #define OF_TBCLK (MPC8XX_HZ / 16) +#define CONFIG_OF_HAS_BD_T 1 +#define CONFIG_OF_HAS_UBOOT_ENV 1 #endif /* __CONFIG_H */ diff --git a/include/ft_build.h b/include/ft_build.h index 9104b1a5550..47ca575d9fe 100644 --- a/include/ft_build.h +++ b/include/ft_build.h @@ -57,10 +57,12 @@ 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); void *ft_get_prop(void *bphp, const char *propname, int *szp); +void ft_board_setup(void *blob, bd_t *bd); + #endif |
