summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91/at91_st.h
diff options
context:
space:
mode:
authorJens Scharsig <js_at_ng@scharsoft.de>2010-12-22 01:16:47 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:52 +0200
commit673678eacf35abac3e9d2cb5dca9b15433e21080 (patch)
tree1cf279a8a783c48876d0a925dceee32eb00d5bf4 /arch/arm/include/asm/arch-at91/at91_st.h
parentce26582606adda28b3cd1a5d7646bbaa3a300937 (diff)
downloadtalos-obmc-uboot-673678eacf35abac3e9d2cb5dca9b15433e21080.tar.gz
talos-obmc-uboot-673678eacf35abac3e9d2cb5dca9b15433e21080.zip
remove __attribute__ ((packed)) in at91 headers
* remove __attribute__ ((packed)) to prevent byte access to soc registers in some gcc version Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91_st.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91_st.h b/arch/arm/include/asm/arch-at91/at91_st.h
index 53f932085b..98b0a7640b 100644
--- a/arch/arm/include/asm/arch-at91/at91_st.h
+++ b/arch/arm/include/asm/arch-at91/at91_st.h
@@ -35,7 +35,7 @@ typedef struct at91_st {
u32 imr;
u32 rtar;
u32 crtr;
-} __attribute__ ((packed)) at91_st_t ;
+} at91_st_t ;
#define AT91_ST_CR_WDRST 1
OpenPOWER on IntegriCloud