commit | 82890804c00fe609f0e4b06444335c05e26320e2 | [log] [tgz] |
---|---|---|
author | Ralph Siemsen <ralph.siemsen@linaro.org> | Fri May 12 21:36:49 2023 -0400 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat May 13 04:01:30 2023 +0200 |
tree | 0c480787192f33d0c64909bf5af3b635caf1fd73 | |
parent | 7b9b83ac5081ec1161a744a6e2e352a41894519d [diff] |
ARM: armv7: add non-SPL enable for Cortex SMPEN Commit 2564fce7eea3 ("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>