X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fglobal_data.h;h=f68352f12068dd05266d1023d2591a97d8f9054a;hb=3ff02c27d52c995c327a883e24d11126c6f2dfdf;hp=f8a3d88084288271ec7666de9690556b1b97f4dc;hpb=70f05ac34ee02fe37d8bdcb45301104a4fa35e19;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/asm-m68k/global_data.h b/include/asm-m68k/global_data.h index f8a3d88..f68352f 100644 --- a/include/asm-m68k/global_data.h +++ b/include/asm-m68k/global_data.h @@ -56,6 +56,7 @@ typedef struct global_data { */ #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 */ #if 0 extern gd_t *global_data;