[LinuxBIOS] patch 2:corrected alix1c memory size

ron minnich rminnich at gmail.com
Fri Oct 26 19:10:37 CEST 2007


Uwe, how about this? I am leaving it inline. Are you ok with the rest
of the patches I committed?

ron

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
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);




More information about the coreboot mailing list