diff options
| author | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 | 
| commit | cbd8a35c6dbaaca35494cbec319960887ad02dcf (patch) | |
| tree | f3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 /include/common.h | |
| parent | 074cff0d2863bab21b065cf283eccd728f4fecaa (diff) | |
| download | olio-uboot-2014.01-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.xz olio-uboot-2014.01-cbd8a35c6dbaaca35494cbec319960887ad02dcf.zip | |
* Patch by Masami Komiy, 22 Feb 2004:
  Add support for NFS for file download
* Minor code cleanup
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index df58008be..a1460f4c6 100644 --- a/include/common.h +++ b/include/common.h @@ -319,6 +319,7 @@ void	relocate_code (ulong, gd_t *, ulong);  ulong	get_endaddr   (void);  void	trap_init     (ulong);  #if defined (CONFIG_4xx)	|| \ +    defined (CONFIG_5xxx)	|| \      defined (CONFIG_74xx_7xx)	|| \      defined (CONFIG_74x)	|| \      defined (CONFIG_75x)	|| \ @@ -361,7 +362,7 @@ int	sdram_adjust_866 (void);  #if defined(CONFIG_8260)  int	prt_8260_clks (void);  #endif -#if defined(CONFIG_MPC5XXX) +#if defined(CONFIG_MPC5xxx)  int	prt_mpc5xxx_clks (void);  #endif  #ifdef CONFIG_4xx |