]> git.sur5r.net Git - u-boot/blobdiff - include/asm-m68k/global_data.h
ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
[u-boot] / include / asm-m68k / global_data.h
index 1e26eb037eef92b1a12e8e2d96921a044fe6f2f5..c897f2b2a856078f165a9573bfdcb13e1698506f 100644 (file)
@@ -46,6 +46,10 @@ typedef      struct  global_data {
        unsigned long   inp_clk;
        unsigned long   vco_clk;
        unsigned long   flb_clk;
+#endif
+#ifdef CONFIG_FSL_I2C
+       unsigned long   i2c1_clk;
+       unsigned long   i2c2_clk;
 #endif
        unsigned long   ram_size;       /* RAM size */
        unsigned long   reloc_off;      /* Relocation Offset */
@@ -68,6 +72,7 @@ typedef       struct  global_data {
 #define        GD_FLG_RELOC    0x00001         /* Code was relocated to RAM            */
 #define        GD_FLG_DEVINIT  0x00002         /* Devices have been initialized        */
 #define        GD_FLG_SILENT   0x00004         /* Silent mode                          */
+#define        GD_FLG_POSTFAIL 0x00008         /* Critical POST test failed            */
 
 #if 0
 extern gd_t *global_data;