commit | e69030c0c48e32d7a808e548604ea9a968865d1a | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Mon Oct 29 13:34:30 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sun Nov 04 11:00:35 2012 -0700 |
tree | 40579bfd21f25681172f523114d0047bd9f09fa4 | |
parent | e16737fab94c734372f07b75e483f460a90ea13d [diff] |
include/image.h: sparse fixes include/image.h:378:1: warning: cast to restricted __be32 include/image.h:381:1: warning: cast to restricted __be32 include/image.h:382:1: warning: cast to restricted __be32 include/image.h:383:1: warning: cast to restricted __be32 fix by annotating image header integers big endian. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>