Modified: LinuxBIOSv3/mainboard/adl/msm800sev/Makefile
--- LinuxBIOSv3/mainboard/adl/msm800sev/Makefile 2007-06-28 17:12:37 UTC (rev 401) +++ LinuxBIOSv3/mainboard/adl/msm800sev/Makefile 2007-06-28 18:29:46 UTC (rev 402) @@ -29,7 +29,7 @@
$(obj)/arch/x86/geodelx.o
$(obj)/arch/x86/geodelx/geodelx.o
-STAGE2_CHIPSET_OBJ = $(obj)/arch/x86/geodecpu.o +STAGE2_CHIPSET_OBJ = $(obj)/arch/x86/geodelx/geodelx.o $(obj)/arch/x86/geodelx/cpu.o
why is geodelx.o in stage 2 and in initram?
On 6/28/07, Stefan Reinauer stepan@coresystems.de wrote:
why is geodelx.o in stage 2 and in initram?
Sorry, my mistake, I just corrected it.
Every once in a while I mix my stages up.
ron