commit | babf17e96755097c8bce9302c614cdfdeb53c7fd | [log] [tgz] |
---|---|---|
author | Alexey Romanov <avromanov@salutedevices.com> | Thu Sep 21 11:13:41 2023 +0300 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Sun Oct 15 12:23:48 2023 +0200 |
tree | 25f8ff153e32cfb8108e079c73961dfdc7b01e07 | |
parent | df1a71c74b42bdbb204c7744e9b7bebb2ecbdd7d [diff] [blame] |
arch: meson: use secure monitor driver Now we have to use UCLASS_SM driver instead of raw smc_call() function call. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230921081346.22157-9-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 669ca09..d6c8905 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig
@@ -11,6 +11,7 @@ select PWRSEQ select MMC_PWRSEQ select BOARD_LATE_INIT + select MESON_SM imply CMD_DM config MESON_GX