On Mon, 18 Feb 2008, Ulf Jordan wrote:
On Mon, 18 Feb 2008, Rudolf Marek wrote:
Btw the build is failing with:
srv/svn/linuxbios-extra/tmp/coreboot-v2-3104/src/devices/pnp_device.c:54: error: `u8' undeclared (first use in this function)
Any idea why it works for me here?
No, but all the failed builds are for powerpc targets. Include file differences between the platforms?
I think it is necessary to use uint8_t in the code here, see attached patch.
/ulf