diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-05 19:48:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-25 15:31:27 -0400 |
commit | a27c8ea7f7fc269c2bf40468568a387d9e8db976 (patch) | |
tree | d15f1551a322e202bee5c30496a3885b18456ccb /test/py/test.py | |
parent | 4ad6850d2b4ad0de6eedffc781d8152ec736e234 (diff) |
arm: Centralize fixed register logic
When building for ARM64, we need to pass -ffixed-x18 and otherwise pass
-ffixed-r9. Rather than having this logic in two places, we can do this
once in arch/arm/config.mk. Further, while gcc will ignore being passed
both -ffixed-r9 and -ffixed-x18 and simply use -ffixed-x18, clang will
note that -ffixed-r9 is not used. Remove this duplication to also remove
the warning.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/test.py')
0 files changed, 0 insertions, 0 deletions