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

Nils njacobs8 at hetnet.nl
Mon Dec 27 14:16:40 CET 2010


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

Thanks for the hint.
I will send a new patch.

Nils.




More information about the coreboot mailing list