[PATCH 5/9] armv7: Use isb/dsb directly in start.S
Simon Glass
sjg at chromium.org
Fri Apr 7 07:31:25 CEST 2023
On Thu, 6 Apr 2023 at 11:50, Tom Rini <trini at konsulko.com> wrote:
>
> Toolchains which do not directly support using "isb" and "dsb" directly
> are no longer functionally supported in U-Boot. Furthermore, clang has
> for a long time warned about using the alternate form that we were.
> Update the code.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> arch/arm/cpu/armv7/start.S | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list