Home
last modified time | relevance | path

Searched hist:b050c72d52c4e30d5b978ab6758f8dcdbe5c690c (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dcompiler.hdiff b050c72d52c4e30d5b978ab6758f8dcdbe5c690c Tue Apr 20 04:49:30 CDT 2010 Mike Frysinger <vapier@gentoo.org> compiler.h: add uint typedef

Recent crc changes started using the "uint" type in headers that are used
on the build system. This subsequently broke mingw targets as they do not
provide such a type. So add this basic typedef to compiler.h so that we
do not have to worry about this breaking again in the future.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>