[coreboot] [PATCH] CONFIG_LB_MEM_TOPK -> CONFIG_RAMTOP

ron minnich rminnich at gmail.com
Fri Oct 16 18:25:11 CEST 2009


On Fri, Oct 16, 2009 at 9:20 AM, Myles Watson <mylesgw at gmail.com> wrote:

> Do you think it's clearer to use /1024?  I just meant it was surprising to
> multiply the value by 1024 and only have to put it back once.

I prefer >>10 because it more clearly expresses what you want. I've
been burned from time to time by people using
an arithmetic op where a bit op was intended. (+ instead of | for example)

ron




More information about the coreboot mailing list