On 26.12.2010, at 06:19, Peter Stuge <[email protected]> wrote: > Nils wrote: >> - __asm__ __volatile__("hlt\n"); >> + while(1) { >> + __asm__ __volatile__("hlt\n"); >> + } > > Why not call die() instead? Is it too early for that? > >
Die() is now extra. It should work early. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

