X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fglobal_data.h;h=de3b8dbe92775a896b6e0ad164929c28090a06c4;hb=b710d9d6c2921982a448903d3c10a14d6ee22ae3;hp=0dc4ce9ee52c46ed81384c951dde8a2e180b8a69;hpb=03afad2fc90dcff42402b0183f4b4f5119f99a18;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/include/asm/global_data.h b/arch/microblaze/include/asm/global_data.h index 0dc4ce9..de3b8db 100644 --- a/arch/microblaze/include/asm/global_data.h +++ b/arch/microblaze/include/asm/global_data.h @@ -41,6 +41,7 @@ typedef struct global_data { unsigned long precon_buf_idx; /* Pre-Console buffer index */ #endif unsigned long env_addr; /* Address of Environment struct */ + const void *fdt_blob; /* Our device tree, NULL if none */ unsigned long env_valid; /* Checksum of Environment valid? */ unsigned long fb_base; /* base address of frame buffer */ void **jt; /* jump table */