From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sun, 13 Nov 2011 12:04:43 -0500 Subject: [U-Boot] [PATCH] Add some missing endian conversions in fdt_support.c In-Reply-To: <1320743132-30994-1-git-send-email-gabeblack@chromium.org> References: <1320743132-30994-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EBFF8AB.1080104@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/08/2011 04:05 AM, Gabe Black wrote: > 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 > --- > common/fdt_support.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied and requested a bugfix pull. Thanks, gvb