]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/global_data.h
Changed gcc-4.0 global data pointer fix to conform with the fix for this on
[u-boot] / include / asm-arm / global_data.h
index b3c7084352eae61beb8cabd4a79952d11176aaa9..0b6c8171edc7aff8bb7ee3096805364f81cd5e32 100644 (file)
@@ -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