summaryrefslogtreecommitdiff
path: root/include/asm-i386/global_data.h
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-09-09 16:16:20 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-09-09 16:16:20 -0500
commit650a9e7abc44ce1ce73d6668eaf0ba2d6b8025e9 (patch)
tree30732e12d39390eda22338e98db7b8ab9025bf22 /include/asm-i386/global_data.h
parent6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9 (diff)
parent3b20fd83c73c22acfcb0c6663be747bd5c8b7011 (diff)
downloadu-boot-650a9e7abc44ce1ce73d6668eaf0ba2d6b8025e9.tar.gz
Merge branch 'denx'
Diffstat (limited to 'include/asm-i386/global_data.h')
-rw-r--r--include/asm-i386/global_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/global_data.h b/include/asm-i386/global_data.h
index 35bad23c17..cc30689d21 100644
--- a/include/asm-i386/global_data.h
+++ b/include/asm-i386/global_data.h
@@ -59,8 +59,8 @@ typedef struct {
#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
#define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
-extern gd_t *global_data;
+extern gd_t *gd;
-#define DECLARE_GLOBAL_DATA_PTR gd_t *gd = global_data
+#define DECLARE_GLOBAL_DATA_PTR
#endif /* __ASM_GBL_DATA_H */