> It seems like others must have this problem of needing to force a binary > blob into a struct.
Just memcpy() it from the blob to the struct. If I remember your code correctly, you copy it later anyway, so might as well do it in one step. Segher -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

