On Wed, Dec 10, 2008 at 11:07 AM, Stefan Reinauer <[EMAIL PROTECTED]>wrote:

> Uwe Hermann wrote:
>
> >> Index: svn/mainboard/kontron/986lcd-m/stage1.c
> >> ===================================================================
> >> --- svn.orig/mainboard/kontron/986lcd-m/stage1.c
> >> +++ svn/mainboard/kontron/986lcd-m/stage1.c
> >> @@ -207,7 +207,6 @@ void hardware_stage1(void)
> >>  {
> >>      void    early_superio_config_w83627thg(void);
> >>      void    ich7_enable_lpc(void);
> >> -    int boot_mode = 0;
> >>
> >
> > Not used/needed?
>
> This might be a bug in v3, still. But the boot_mode is required to find
> out whether you're on the reset, resume or cold power on path. if it's
> gone, rebooting won't work.


So I should replace it with a #warning that rebooting won't work until the
code is moved over?

Thanks,
Myles
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to