commit | 9df8b4c2073c055f7268e372650280183fe4d462 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Tue Nov 08 01:05:32 2011 -0800 |
committer | Gerald Van Baren <gvb@unssw.com> | Sun Nov 13 11:21:34 2011 -0500 |
tree | 811b97abbff43a336aa55b9aaf77ad040e48d2eb | |
parent | ceaf6127d8b36ba3875000c36b6982ae65ca4e94 [diff] |
Add some missing endian conversions in fdt_support.c Some functions in fdt_support.c use fdt_getprop to read 32 bit values out of the device tree, but then use them directly without doing any endian conversion. Because they check for a value that doesn't actually appear in practice, the functions continued to work even though they're incorrect. This change adds the missing conversions. Signed-off-by: Gabe Black <gabeblack@chromium.org>