
18 Sep
2016
18 Sep
'16
5:58 p.m.
On Mon, Sep 12, 2016 at 11:18:23PM -0600, Simon Glass wrote:
The secure boot header files incorrectly define SPL options only if CONFIG_SPL_BUILD is defined. This means that the options are only enabled in an SPL build, and not with a normal 'make xxx_defconfig'. This means that moveconfig.py cannot work, since it sees the options as disabled even when they may be manually enabled in an SPL build.
Fix this by changing the order.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom