Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[oweals/u-boot.git] / include / asm-nios / global_data.h
index 75dd3fca551b3f9e6354c33451873e4184b27585..935d08e54bdc74462210d0c0258d1a2cdcf3af08 100644 (file)
@@ -40,6 +40,7 @@ typedef       struct  global_data {
 /* flags */
 #define        GD_FLG_RELOC    0x00001         /* Code was relocated to RAM            */
 #define        GD_FLG_DEVINIT  0x00002         /* Devices have been initialized        */
+#define        GD_FLG_SILENT   0x00004         /* Silent mode                          */
 
 #define DECLARE_GLOBAL_DATA_PTR     register gd_t *gd asm ("%g7")