diff options
author | Julius Werner <jwerner@chromium.org> | 2018-06-25 17:59:13 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2018-06-26 23:59:08 +0000 |
commit | a98b5bf89b39fede95c34bf81e9decc1e6b6d38f (patch) | |
tree | 7b32d53ee95131f5fd9e30f54b6780e0ee7dbc00 /src/lib/fmap.c | |
parent | 905e1e763e0a8922cade359c01dfdee92834b473 (diff) |
arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__
Some arm64 files that were imported from other projects use the
__ASSEMBLY__ macro to test whether a header is included from a C or an
assembly file. This patch switches them to the coreboot standard
__ASSEMBLER__, which has the advantage of being a GCC builtin so that
the including file doesn't have to supply it explicitly.
Change-Id: I1023f72dd13857b14ce060388e97c658e748928f
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/27237
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/lib/fmap.c')
0 files changed, 0 insertions, 0 deletions