]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD
authorSimon Glass <sjg@chromium.org>
Tue, 13 Sep 2016 05:18:23 +0000 (23:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2016 21:03:37 +0000 (17:03 -0400)
commitb63f8a4336a691964529d9cdc38ad32f716b3fa7
tree40e2b52017384c990ebffb0b6f9482547bd8d583
parentc2ae7d822086fd07386c3a67f76350e749418f66
arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD

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>
arch/arm/include/asm/fsl_secure_boot.h
arch/powerpc/include/asm/fsl_secure_boot.h