X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-sparc%2Fglobal_data.h;h=a8d85f1b5c5920c7d428d1ba87243d7ca889804f;hb=e31d2c1e2bc954dc32e33bb2076139f85b95f8e6;hp=e3ef679c58cba15b5e0d8c9b113b82b3a90c82f1;hpb=28a385065882d6cb6ac5f443311ff87887ed7c13;p=u-boot diff --git a/include/asm-sparc/global_data.h b/include/asm-sparc/global_data.h index e3ef679c58..a8d85f1b5c 100644 --- a/include/asm-sparc/global_data.h +++ b/include/asm-sparc/global_data.h @@ -46,7 +46,7 @@ typedef struct global_data { unsigned long cpu_clk; /* CPU clock in Hz! */ unsigned long bus_clk; - unsigned long ram_size; /* RAM size */ + phys_size_t ram_size; /* RAM size */ unsigned long reloc_off; /* Relocation Offset */ unsigned long reset_status; /* reset status register at boot */ unsigned long env_addr; /* Address of Environment struct */ @@ -81,6 +81,7 @@ typedef struct global_data { #define GD_FLG_SILENT 0x00004 /* Silent mode */ #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */ #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */ +#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */ #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("%g7")