]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: armv7: add non-SPL enable for Cortex SMPEN
authorRalph Siemsen <ralph.siemsen@linaro.org>
Sat, 13 May 2023 01:36:49 +0000 (21:36 -0400)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 May 2023 02:01:30 +0000 (04:01 +0200)
commit620377b81fa8552a9eabd69b2b7b96d4a0bf335c
tree0c480787192f33d0c64909bf5af3b635caf1fd73
parentd88db95f6266b204691ae9861f573a0abb1c0fda
ARM: armv7: add non-SPL enable for Cortex SMPEN

Commit cf1465e41a5d ("sunxi: move Cortex SMPEN setting into start.S")
added SPL_ARMV7_SET_CORTEX_SMPEN to enable setting SMP bit. For
platforms not using SPL boot, add the corresponding non-SPL config,
so that CONFIG_IS_ENABLED(ARMV7_SET_CORTEX_SMPEN) works as expected.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/cpu/armv7/Kconfig