commit | f09f1ecbe77863ecefe586ccd6000064b49105a3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:40:12 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 21:19:23 2020 -0400 |
tree | 424300a0c18924e75e0694782fe3e2ba48e884a0 | |
parent | c05ed00afb95fa5237f16962fccf5810437317bf [diff] |
Use __ASSEMBLY__ as the assembly macros Some places use __ASSEMBLER__ instead which does not work since the Makefile does not define it. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>