[coreboot] [PATCH 3/6] Geode GX2 cleanup patch

Stefan Reinauer stefan.reinauer at coresystems.de
Sun Dec 26 13:30:18 CET 2010


On 26.12.2010, at 06:19, Peter Stuge <peter at stuge.se> 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. 




More information about the coreboot mailing list