FYI: Merge in progress...

Eric W. Biederman ebiederman at lnxi.com
Tue Oct 19 18:16:00 CEST 2004


YhLu <YhLu at tyan.com> writes:

> Find out the problem, should be typo error.
> 
>                 /* Now place the memory as high up as it will go */
>                 mem2->base = resource_max(mem2);
>                 mem1->limit = mem2->base - 1;
>                 mem1->base = resource_max(mem2);
> ------>
>                 /* Now place the memory as high up as it will go */
>                 mem2->base = resource_max(mem2);
>                 mem1->limit = mem2->base - 1;
>                 mem1->base = resource_max(mem1);
> 
> regards

Thanks.  That was a definite blind spot, on my side.

I have now committed the fix.

Eric





More information about the coreboot mailing list