Author: uwe Date: 2009-10-13 13:45:04 +0200 (Tue, 13 Oct 2009) New Revision: 4763
Modified: trunk/coreboot-v2/src/mainboard/newisys/khepri/cache_as_ram_auto.c trunk/coreboot-v2/src/mainboard/tyan/s2881/cache_as_ram_auto.c trunk/coreboot-v2/src/mainboard/tyan/s2885/cache_as_ram_auto.c Log: Fix obvious typos (trivial). Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/newisys/khepri/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/newisys/khepri/cache_as_ram_auto.c 2009-10-12 22:39:08 UTC (rev 4762) +++ trunk/coreboot-v2/src/mainboard/newisys/khepri/cache_as_ram_auto.c 2009-10-13 11:45:04 UTC (rev 4763) @@ -131,7 +131,7 @@ enumerate_ht_chain(); - /* Setup the ck804 */ + /* Setup the amd8111 */ amd8111_enable_rom(); /* Is this a deliberate reset by the bios */ Modified: trunk/coreboot-v2/src/mainboard/tyan/s2881/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2881/cache_as_ram_auto.c 2009-10-12 22:39:08 UTC (rev 4762) +++ trunk/coreboot-v2/src/mainboard/tyan/s2881/cache_as_ram_auto.c 2009-10-13 11:45:04 UTC (rev 4763) @@ -122,7 +122,7 @@ enumerate_ht_chain(); - /* Setup the ck804 */ + /* Setup the amd8111 */ amd8111_enable_rom(); /* Is this a deliberate reset by the bios */ Modified: trunk/coreboot-v2/src/mainboard/tyan/s2885/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2885/cache_as_ram_auto.c 2009-10-12 22:39:08 UTC (rev 4762) +++ trunk/coreboot-v2/src/mainboard/tyan/s2885/cache_as_ram_auto.c 2009-10-13 11:45:04 UTC (rev 4763) @@ -122,7 +122,7 @@ enumerate_ht_chain(); - /* Setup the ck804 */ + /* Setup the amd8111 */ amd8111_enable_rom(); /* Is this a deliberate reset by the bios */ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

