u-boot/arch/x86
Gabe Black 0d296cc2d3 Provide option to avoid defining a custom version of uintptr_t.
There's a definition in stdint.h (provided by gcc) which will be more correct
if available.

Define CONFIG_USE_STDINT to use this feature, or USE_STDINT=1 on the 'make'
commmand.

This adjusts the settings for x86 and sandbox, with both have 64-bit options.

Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@google.com>
Rewritten to be an option, since stdint.h is often available only in glibc.
Changed to preserve a clear boundary between stdint and non-stdint
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-10-27 11:04:01 -04:00
..
cpu dm: x86: Support pre-reloc malloc() 2014-10-23 19:45:28 -06:00
dts dm: x86: Convert coreboot serial to use driver model 2014-10-23 19:45:45 -06:00
include/asm Provide option to avoid defining a custom version of uintptr_t. 2014-10-27 11:04:01 -04:00
lib dm: x86: Remove ebp assembler warning in zimage.c 2014-10-23 19:45:28 -06:00
config.mk x86: set CONFIG_USE_PRIVATE_LIBGCC to y 2014-10-23 13:19:04 -04:00
Kconfig kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig 2014-10-23 13:19:09 -04:00