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.
Stefan