diff options
author | Wolfgang Denk <wd@denx.de> | 2007-03-21 23:11:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-21 23:11:22 +0100 |
commit | 40750952c7a325e4f3d95eed18af9791485a6199 (patch) | |
tree | 882e865fba2b8653b56eede41d2dcfb32f7e3dba /include/asm-ppc/u-boot.h | |
parent | d5f4614c9350d9333e575100fb250aab774d0258 (diff) | |
parent | e6615ecf4eaf4dd52696934aed8f5c6474cfd286 (diff) | |
download | u-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.zip u-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.tar.gz u-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Diffstat (limited to 'include/asm-ppc/u-boot.h')
-rw-r--r-- | include/asm-ppc/u-boot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index 30b44e3..464f6b5 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -83,6 +83,7 @@ typedef struct bd_info { defined(CONFIG_405GP) || \ defined(CONFIG_405CR) || \ defined(CONFIG_405EP) || \ + defined(CONFIG_405EZ) || \ defined(CONFIG_440) unsigned char bi_s_version[4]; /* Version of this structure */ unsigned char bi_r_version[32]; /* Version of the ROM (AMCC) */ @@ -107,7 +108,8 @@ typedef struct bd_info { unsigned char bi_enet3addr[6]; #endif -#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined (CONFIG_440GX) || \ +#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || \ + defined(CONFIG_405EZ) || defined(CONFIG_440GX) || \ defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ defined(CONFIG_440EPX) || defined(CONFIG_440GRX) unsigned int bi_opbfreq; /* OPB clock in Hz */ |