* repository service svn@coreboot.org [101118 21:12]:
Fix/drop some obsolete comments,
s/Options.lb/devicetree.cb/
s/Config.lb/devicetree.cb/
s/cache_as_ram_auto.c/romstage.c/
h8dmr_fam10/README: Drop obsolete comment, we have mc_patch_01000086.h in the tree now.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/src/northbridge/amd/amdk8/northbridge.c
--- trunk/src/northbridge/amd/amdk8/northbridge.c Thu Nov 18 20:40:33 2010 (r6094) +++ trunk/src/northbridge/amd/amdk8/northbridge.c Thu Nov 18 21:12:13 2010 (r6095) @@ -1,6 +1,6 @@ /* This should be done by Eric 2004.12 yhlu add dual core support
- 2005.01 yhlu add support move apic before pci_domain in MB Config.lb
- 2005.01 yhlu add support move apic before pci_domain in MB devicetree.cb 2005.02 yhlu add e0 memory hole support 2005.11 yhlu add put sb ht chain on bus 0
*/
This change is not so sexy. We did not have devicetree.cb in 2005. We should drop such changelogs in source files completely
Stefan