On Thu, 6 Apr 2023 at 11:50, Tom Rini <[email protected]> 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 <[email protected]> > --- > arch/arm/cpu/armv7/start.S | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

