Home
last modified time | relevance | path

Searched hist:b63f8a4336a691964529d9cdc38ad32f716b3fa7 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dfsl_secure_boot.hb63f8a4336a691964529d9cdc38ad32f716b3fa7 Tue Sep 13 05:18:23 UTC 2016 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dfsl_secure_boot.hb63f8a4336a691964529d9cdc38ad32f716b3fa7 Tue Sep 13 05:18:23 UTC 2016 Simon Glass <sjg@chromium.org> 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>