Skip to content
Snippets Groups Projects
Commit b63f8a43 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent c2ae7d82
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment