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. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

