From cbd8a35c6dbaaca35494cbec319960887ad02dcf Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 24 Feb 2004 02:00:03 +0000 Subject: * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download * Minor code cleanup --- include/asm-ppc/global_data.h | 2 +- include/asm-ppc/u-boot.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/asm-ppc') diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 1a98083..e3ff631 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -46,7 +46,7 @@ typedef struct global_data { unsigned long scc_clk; unsigned long brg_clk; #endif -#if defined(CONFIG_MPC5XXX) +#if defined(CONFIG_MPC5xxx) unsigned long ipb_clk; unsigned long pci_clk; #endif diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index e9d9dc5..8141222 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -42,7 +42,7 @@ typedef struct bd_info { || defined(CONFIG_E500) unsigned long bi_immr_base; /* base of IMMR register */ #endif -#if defined(CONFIG_MPC5XXX) +#if defined(CONFIG_MPC5xxx) unsigned long bi_mbar_base; /* base of internal registers */ #endif unsigned long bi_bootflags; /* boot / reboot flag (for LynxOS) */ @@ -57,7 +57,7 @@ typedef struct bd_info { unsigned long bi_sccfreq; /* SCC_CLK Freq, in MHz */ unsigned long bi_vco; /* VCO Out from PLL, in MHz */ #endif -#if defined(CONFIG_MPC5XXX) +#if defined(CONFIG_MPC5xxx) unsigned long bi_ipbfreq; /* IPB Bus Freq, in MHz */ unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */ #endif -- cgit v1.1