[U-Boot] [RFC][PATCH 01/36] x86 - Fix definition of global_data struct for asm-offsets.c

Graeme Russ graeme.russ at gmail.com
Mon Jan 3 20:46:21 CET 2011


---
 arch/i386/include/asm/global_data.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/include/asm/global_data.h b/arch/i386/include/asm/global_data.h
index e3f8a25..e9000c3 100644
--- a/arch/i386/include/asm/global_data.h
+++ b/arch/i386/include/asm/global_data.h
@@ -35,7 +35,7 @@

 #ifndef __ASSEMBLY__

-typedef	struct {
+typedef	struct global_data {
 	bd_t		*bd;
 	unsigned long	flags;
 	unsigned long	baudrate;
--
1.7.1.422.g049e9



More information about the U-Boot mailing list