diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-02 23:21:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-02 23:21:44 -0400 |
commit | 83a5df42614c566c3c642871f683e66a53d228ae (patch) | |
tree | ea53c8fd1dd9bf65bc1d29dd9a0957d060dc1917 /drivers/cache/Makefile | |
parent | d22c8be964a870f59d2fdab6c67cefa0c4799364 (diff) | |
parent | 61ce84b2cf1a6672c8e402ce8174554b25629692 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
- Skip unavailable hart in the get_count().
- fu540 set serial env from otp.
- fu540 add mmc0 as a boot target device.
- Update fix_rela_dyn and add absolute reloc addend.
- Andestech PLIC driver will skip unavailable hart.
- Support Andestech V5L2 cache driver.
Diffstat (limited to 'drivers/cache/Makefile')
-rw-r--r-- | drivers/cache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile index 9deb961d91..4a6458c602 100644 --- a/drivers/cache/Makefile +++ b/drivers/cache/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_CACHE) += cache-uclass.o obj-$(CONFIG_SANDBOX) += sandbox_cache.o obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o +obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o |