armv7: Use isb/dsb directly in start.S
authorTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 23:48:55 +0000 (19:48 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:27 +0000 (15:31 -0400)
commitb5fc9f99d0d5324b6159b3a1da7bb679cf5fc901
tree6200bba7c82ba8084a8a271051cc19fe5b0f7974
parenta27c8ea7f7fc269c2bf40468568a387d9e8db976
armv7: Use isb/dsb directly in start.S

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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/start.S