[LinuxBIOS] patch 2:corrected alix1c memory size

Uwe Hermann uwe at hermann-uwe.de
Mon Nov 5 21:23:30 CET 2007


On Fri, Oct 26, 2007 at 10:10:37AM -0700, ron minnich wrote:
> Index: src/mainboard/pcengines/alix1c/cache_as_ram_auto.c
> ===================================================================
> --- src/mainboard/pcengines/alix1c/cache_as_ram_auto.c  (revision 2899)
> +++ src/mainboard/pcengines/alix1c/cache_as_ram_auto.c  (working copy)
> @@ -86,7 +86,7 @@
>         [SPD_tRRD] = 10,
>  };
> 
> -static u8 spd_read_byte(unsigned device, unsigned address)
> +static u8 spd_read_byte(u8 device, u8 address)
>  {
>         print_debug("spd_read_byte dev ");
>         print_debug_hex8(device);

Looks good IMO. This was committed as r2924.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20071105/7413d23c/attachment.sig>


More information about the coreboot mailing list