commit | 2f220500a460ca197ec06aa280519509252ea1d8 | [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 | 20051f2ab2b3f8d75bac2ec9466c52b2c4351323 [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>