Re: [U-Boot] [PATCH] image-fit: Fix compiling error caused by autoconf.h

2016-11-23 Thread Alison Wang
> -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: Thursday, November 24, 2016 3:09 AM > To: u-boot@lists.denx.de > Cc: york sun ; Alison Wang > Subject: [PATCH] image-fit: Fix compiling error caused by autoconf.h > > Commit ec6617c3 includes autoconf.h in image-fit.c

[U-Boot] [PATCH] image-fit: Fix compiling error caused by autoconf.h

2016-11-23 Thread York Sun
Commit ec6617c3 includes autoconf.h in image-fit.c, causing conflict for board odroid-xu3 which overwrites CONFIG_SYS_BOARD in header file. Move the include higher and use linux/kconfig.h instead of generated/autoconf.h. Signed-off-by: York Sun CC: Alison Wang --- common/image-fit.c | 2 +- 1 f