On Thu, Oct 9, 2008 at 3:29 PM, Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
> I thought it was
> disabled;
> but I'm not so sure anymore.
>
if (streq(prop->name, "enabled")){
enabled = 1;
}
if (streq(prop->name, "disabled")){
enabled = 0;
}
sorry, you are right.
ron
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

