]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(cpus): use BIT macro in a consistent manner
authorOkash Khawaja <okash@google.com>
Fri, 28 Apr 2023 12:18:28 +0000 (13:18 +0100)
committerOkash Khawaja <okash@google.com>
Fri, 28 Apr 2023 12:18:28 +0000 (13:18 +0100)
commitbaeaf292ce1e78714af5de0c327a50a5967e3d47
treefa6c8c178a9e99c91be1e98e3050217880695453
parente31de867a2fd87d170040c48e7bb7c5d1e1161ae
refactor(cpus): use BIT macro in a consistent manner

In assembly code, BIT macro is used with a preceding hash #. Let's
update Cortex X1 code to follow the same convention. Excluding hash
doesn't cause compilation to fail or emit incorrect code.

Signed-off-by: Okash Khawaja <okash@google.com>
Change-Id: If304cdf90542d2edcab3e2d66cd7e905ff7fd047
lib/cpus/aarch64/cortex_x1.S