On Thu, Nov 5, 2015 at 6:54 AM, Thomas Chou <[email protected]> wrote: > Fix packed and aligned attribute warnings. > > WARNING: __packed is preferred over __attribute__((packed)) > #14: FILE: drivers/net/altera_tse.h:14: > +#define __packed_1_ __attribute__ ((packed, aligned(1))) > > WARNING: __aligned(size) is preferred over > __attribute__((aligned(size))) > #14: FILE: drivers/net/altera_tse.h:14: > +#define __packed_1_ __attribute__ ((packed, aligned(1))) > > Signed-off-by: Thomas Chou <[email protected]> > Reviewed-by: Marek Vasut <[email protected]> > Reviewed-by: Chin Liang See <[email protected]>
Acked-by: Joe Hershberger <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

