mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
usb: musb: make sure the register layout is packed
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
parent
7b4292883b
commit
dc2cd05c91
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ struct musb_regs {
|
|||
struct musb_epN_regs epN;
|
||||
} ep[16];
|
||||
|
||||
} __attribute__((aligned(32)));
|
||||
} __attribute__((packed, aligned(32)));
|
||||
|
||||
/*
|
||||
* MUSB Register bits
|
||||
|
|
Loading…
Reference in a new issue