arm: omap5: correct boot device mode7 for eMMC
[oweals/u-boot.git] / arch / arm / include / asm / global_data.h
index fac98d559a4b40758439fe4ab7235f3831b1d1ec..c3ff789999a1b129e8ad42237e1031f052ace67d 100644 (file)
@@ -76,6 +76,7 @@ typedef       struct  global_data {
 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))
        unsigned long   tlb_addr;
 #endif
+       const void      *fdt_blob;      /* Our device tree, NULL if none */
        void            **jt;           /* jump table */
        char            env_buf[32];    /* buffer for getenv() before reloc. */
 #if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER)