summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/global_data.h')
-rw-r--r--arch/microblaze/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/global_data.h b/arch/microblaze/include/asm/global_data.h
index 0dc4ce9ee5..de3b8dbe92 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 */
OpenPOWER on IntegriCloud