X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Fglobal_data.h;h=5dfb5951091c761005f5d9ae00fcdc48f71083cc;hb=6a19c46cae43c16c528eddefae3db97134f1915d;hp=323506399549bf7614185167e9f4bc51095a6c40;hpb=2c8d41969b47eb0b973912830c58689b2ba0e50a;p=oweals%2Fu-boot.git diff --git a/include/asm-i386/global_data.h b/include/asm-i386/global_data.h index 3235063995..5dfb595109 100644 --- a/include/asm-i386/global_data.h +++ b/include/asm-i386/global_data.h @@ -43,7 +43,7 @@ typedef struct { unsigned long env_valid; /* Checksum of Environment valid? */ 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 reset_status; /* reset status register at boot */ void **jt; /* jump table */ } gd_t;