commit | ce1ea41020f6ce223bca8deebe2a79f2d2a409f2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 05 19:48:55 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:27 2023 -0400 |
tree | 6200bba7c82ba8084a8a271051cc19fe5b0f7974 | |
parent | 8267f166eb3a685cec014fbf097c16be18bcd9ee [diff] |
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>