Blackfin: move gd/bd to bss by default
[oweals/u-boot.git] / arch / blackfin / include / asm / global_data.h
index 67aa30f04c4c811cc5055de2f2c4958906668fd7..973ea2929a8640688bb9066dbcf02bd7c4ebdb12 100644 (file)
@@ -73,6 +73,6 @@ typedef struct global_data {
 #define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out)           */
 #define GD_FLG_ENV_READY       0x00080 /* Environment imported into hash table */
 
-#define DECLARE_GLOBAL_DATA_PTR     register gd_t * volatile gd asm ("P3")
+#define DECLARE_GLOBAL_DATA_PTR     register volatile gd_t *gd asm ("P3")
 
 #endif