summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/global_data.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-13 10:04:34 -0500
committerTom Rini <trini@konsulko.com>2015-11-13 10:04:34 -0500
commit618a51e9aefe1e03f498ea48bfab70a0b2c9be39 (patch)
tree565050bbf77d0d7f5d041bf490c3b6f8c83f6319 /arch/sparc/include/asm/global_data.h
parentb67dfc5a1099eef2a323de23a78ba4e6d9b87633 (diff)
parente43ce3fca755d79635899b658a97f3c4a7dbf220 (diff)
downloadu-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.zip
u-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.tar.gz
u-boot-imx-618a51e9aefe1e03f498ea48bfab70a0b2c9be39.tar.bz2
Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc
Diffstat (limited to 'arch/sparc/include/asm/global_data.h')
-rw-r--r--arch/sparc/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/global_data.h b/arch/sparc/include/asm/global_data.h
index 667e7d6..0680a56 100644
--- a/arch/sparc/include/asm/global_data.h
+++ b/arch/sparc/include/asm/global_data.h
@@ -15,6 +15,7 @@
/* Architecture-specific global data */
struct arch_global_data {
+ void *uart;
};
#include <asm-generic/global_data.h>