commit | 97a24a78ee6f34b89b821cb70eda1cf34aa11d97 | [log] [tgz] |
---|---|---|
author | Jerry Van Baren <gvb.uboot@gmail.com> | Mon Nov 24 08:15:02 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Dec 10 00:59:15 2008 +0100 |
tree | 3ed5060c96a552623c7cf6268f27cf1bff0d98e3 | |
parent | 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b [diff] |
libfdt: Fix redefined uintptr_t warning for USE_HOSTCC Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the following warnings from FDT: include/libfdt_env.h:50: warning: redefinition of 'uintptr_t' /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here Fix: Protect the definition of uintptr_t when compiling on the host system. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>