commit | e18d102c3fb69f71527622bad3f85a632c27d001 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 10 10:26:54 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 21 16:54:26 2013 -0700 |
tree | d6685b3ea6bc93a27585952857cb70cec7545bd3 | |
parent | f015309dc941f78fda710c2a75f547ab00fd54a5 [diff] |
sandbox: Correct data sizes and printf() strings in fdtdec.c There are a few wwrnings in this file when building for sandbox. Addresses coming from the device tree need to be treated as ulong as elsewhere in U-Boot and we must use map_sysmem() to convert to a pointer when needed. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>