diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-23 11:05:55 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-23 11:05:55 +0200 |
commit | 0c8721a466b5e0eca7e7fbe1007777fa82100541 (patch) | |
tree | 1f53decded27502be8593137739291a3de406d94 /include/asm-ppc/u-boot.h | |
parent | a6e6cf00367c0779eadb49915e40c55f0a787957 (diff) | |
download | talos-obmc-uboot-0c8721a466b5e0eca7e7fbe1007777fa82100541.tar.gz talos-obmc-uboot-0c8721a466b5e0eca7e7fbe1007777fa82100541.zip |
Cleanup (PPC4xx is AMCC now)
Diffstat (limited to 'include/asm-ppc/u-boot.h')
-rw-r--r-- | include/asm-ppc/u-boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index 4fcebe7a4f..091d06c268 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -79,7 +79,7 @@ typedef struct bd_info { defined(CONFIG_405EP) || \ defined(CONFIG_440) unsigned char bi_s_version[4]; /* Version of this structure */ - unsigned char bi_r_version[32]; /* Version of the ROM (IBM) */ + unsigned char bi_r_version[32]; /* Version of the ROM (AMCC) */ unsigned int bi_procfreq; /* CPU (Internal) Freq, in Hz */ unsigned int bi_plb_busfreq; /* PLB Bus speed, in Hz */ unsigned int bi_pci_busfreq; /* PCI Bus speed, in Hz */ |