X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fu-boot.h;h=30b44e3d22822570758d53205ddaeb513331b00b;hb=2ba20ec65a23ec3a5f1f09e552f2082d841c4031;hp=f335cd856aa5311683b41e9e8c11bad2f68dbfd6;hpb=b5338b23a15779204cccb0706c06087b86c22f07;p=u-boot diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index f335cd856a..30b44e3d22 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -108,7 +108,8 @@ typedef struct bd_info { #endif #if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined (CONFIG_440GX) || \ - defined(CONFIG_440EP) || defined(CONFIG_440GR) + defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ + defined(CONFIG_440EPX) || defined(CONFIG_440GRX) unsigned int bi_opbfreq; /* OPB clock in Hz */ int bi_iic_fast[2]; /* Use fast i2c mode */ #endif