* Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net [070228 14:30]:
Hi,
this patch will fix some compilation breakage for boards with usb debug configured. So far that's fine.
However, the src/northbridge/amd/amdk8/coherent_ht_car.c change will break most targets. The u8/u32 typedefs shouldn't be in that file anyway. Is there any header just for such typedefs?
./src/arch/i386/include/stdint.h maybe. in v3 we have types.h and don't use stdint types anymore.
Stefan