diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-10 11:25:41 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-10 11:25:41 +0100 |
commit | b2b43463af8e39ea57bca95bcb24d64e12bbd510 (patch) | |
tree | 268b571e3c2fac1700bc3f7c97c046844514ed85 /include/asm-arm/global_data.h | |
parent | b3c36e6b9427b8d05c8982d7ebe46be59662c4da (diff) | |
download | u-boot-imx-b2b43463af8e39ea57bca95bcb24d64e12bbd510.zip u-boot-imx-b2b43463af8e39ea57bca95bcb24d64e12bbd510.tar.gz u-boot-imx-b2b43463af8e39ea57bca95bcb24d64e12bbd510.tar.bz2 |
Changed gcc-4.0 global data pointer fix to conform with the fix for this on
other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b)
Diffstat (limited to 'include/asm-arm/global_data.h')
-rw-r--r-- | include/asm-arm/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h index b3c7084..0b6c817 100644 --- a/include/asm-arm/global_data.h +++ b/include/asm-arm/global_data.h @@ -61,7 +61,7 @@ typedef struct global_data { #define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */ #define GD_FLG_SILENT 0x00004 /* Silent mode */ -#define GCC_4_SCREW_GDP 1 +#undef GCC_4_SCREW_GDP #ifdef GCC_4_SCREW_GDP # define DECLARE_GLOBAL_DATA_PTR register gd_t* volatile gd asm ("r8"); #else |