Re: [U-Boot] [PATCH v3 5/9] tools: ifwitool: Define __packed when it is not defined

2019-10-30 Thread Tom Rini
On Sun, Oct 27, 2019 at 05:19:44AM -0700, Bin Meng wrote: > Some compilers may provide __packed define for us. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-

[U-Boot] [PATCH v3 5/9] tools: ifwitool: Define __packed when it is not defined

2019-10-27 Thread Bin Meng
Some compilers may provide __packed define for us. Signed-off-by: Bin Meng --- Changes in v3: - new patch: tools: ifwitool: Define __packed when it is not defined Changes in v2: None tools/ifwitool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ifwitool.c b/tools/ifwitool.c in