]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-ppc/u-boot.h
Merge branch 'master' of http://www.denx.de/git/u-boot
[people/ms/u-boot.git] / include / asm-ppc / u-boot.h
index f335cd856aa5311683b41e9e8c11bad2f68dbfd6..30b44e3d22822570758d53205ddaeb513331b00b 100644 (file)
@@ -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