commit | 48cd6abc6f1961fbc70888fbefe60edfe807fdd3 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Wed Nov 23 09:25:09 2016 -0800 |
committer | York Sun <york.sun@nxp.com> | Wed Nov 23 10:40:08 2016 -0800 |
tree | 0c9728f23a6a6250ce551ab313baa29df73a6320 | |
parent | abbbe37a5a92ba49dac7c4812ec2525c72f2c4c7 [diff] |
image-fit: Fix compiling error caused by autoconf.h 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 <york.sun@nxp.com> CC: Alison Wang <alison.wang@nxp.com>