]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/env/fw_env.h: Correct include order
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 17 Jun 2015 15:58:32 +0000 (16:58 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:52 +0000 (00:42 +0200)
commitf647a5e3b80e68e1e2703ce388e78688f54d9d3c
tree62a3369613f6b78d73343770c474127b1c39f6c3
parenteb2d836dd9f5286db575ef2abd144a2539122601
tools/env/fw_env.h: Correct include order

When building tools-only (or env) we need to be sure that we do use
<linux/kconfig.h> and do not use <generated/autoconf.h>.  This will fix
problems such as running 'make defconfig' or 'make sandbox_config' and
then 'make tools-only'.

Based on the responses below to the thread add linux/kconfig.h higher in
the includes and drop the now unneeded autoconf.h lower down to ensure
the default environment is included correctly

http://lists.denx.de/pipermail/u-boot/2015-June/216849.html

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
tools/env/fw_env.h