diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-03 14:44:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-03 14:44:12 -0600 |
commit | 0f073e022ddc5070e5df1d053e4bdc1874fbcc0f (patch) | |
tree | a30ef3441fb7d8289c84d38ad0cc04552840c6b2 /test | |
parent | f0a259c25f60f4da72707a54dbd2f990d24d0d82 (diff) | |
parent | 5225060b892d96a6da48f539609fb060859e955f (diff) | |
download | u-boot-0f073e022ddc5070e5df1d053e4bdc1874fbcc0f.tar.gz u-boot-0f073e022ddc5070e5df1d053e4bdc1874fbcc0f.tar.bz2 u-boot-0f073e022ddc5070e5df1d053e4bdc1874fbcc0f.zip |
Merge patch series "cmd: avoid duplicate weak functions"
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:
[trini: Patch 1/3 was replaced by my series merged just prior to this,
Heinrich's cover letter is lightly edited and any mistakes are my own]
If we have multiple weak implementations of functions, the linker might
choose any of these.
The EFI sub-systems uses invalidate_icache_all() after loading binaries.
Both the EFI sub-system and cmd/cache.c provide a weak
invalidate_icache_all() function. Remove the EFI instance.
For ARM11 functional implementation of invalidate_icache_all is missing.
Add it.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions