#include <arch/io.h>#include "arch/romcc_io.h"#include "pc80/mc146818rtc_early.c"

Go to the source code of this file.
Defines | |
| #define | ASSEMBLY 1 |
Functions | |
| static unsigned long | main (unsigned long bist) |
| Check whether the normal or the fallback image should be booted (by reading the proper flag from CMOS), and boot it. | |
| #define ASSEMBLY 1 |
Definition at line 21 of file failover.c.
| static unsigned long main | ( | unsigned long | bist | ) | [static] |
Check whether the normal or the fallback image should be booted (by reading the proper flag from CMOS), and boot it.
| bist | The input BIST value. |
Definition at line 34 of file failover.c.
References __asm__(), and do_normal_boot().

1.5.5