summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/global_data.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-10-15 05:48:20 +0000
committerWolfgang Denk <wd@denx.de>2011-10-26 21:37:17 +0200
commit45ba8077f3ed7039b6cde5fe56149d390dc5ff0c (patch)
tree808ca20d09508fc6493b9143d1e84282e0d38788 /arch/arm/include/asm/global_data.h
parent2d46cf291eae29a42bb5ca3d280d2b136339686b (diff)
downloadtalos-obmc-uboot-45ba8077f3ed7039b6cde5fe56149d390dc5ff0c.tar.gz
talos-obmc-uboot-45ba8077f3ed7039b6cde5fe56149d390dc5ff0c.zip
fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
This adds a device tree pointer to the global data. It can be set by board code. A later commit will add support for making a device tree binary blob available to U-Boot for run-time configuration. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
-rw-r--r--arch/arm/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index fac98d559a..c3ff789999 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -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)
OpenPOWER on IntegriCloud