
2 Aug
2018
2 Aug
'18
10:36 p.m.
On 26 July 2018 at 07:59, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
With the change to a 64bit ram size field for 32bit architectures, we need to add an explicit cast to truncate when converting to a pointer. This casts to 'void*' through 'uintptr_t'.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
board/keymile/km_arm/km_arm.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org