Skip to content
Snippets Groups Projects
Commit 0d296cc2 authored by Gabe Black's avatar Gabe Black Committed by Tom Rini
Browse files

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: default avatarGabe Black <gabeblack@google.com>
Reviewed-by: default avatarGabe Black <gabeblack@chromium.org>
Tested-by: default avatarGabe Black <gabeblack@chromium.org>
Reviewed-by: default avatarBill 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: default avatarSimon Glass <sjg@chromium.org>
parent 4bf3a56f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment