mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
84b124db35
The cache UCLASS will be used for configure settings that can be found in a CPU's L2 cache controller. Add a uclass and a test for cache. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
3 lines
80 B
Makefile
3 lines
80 B
Makefile
|
|
obj-$(CONFIG_CACHE) += cache-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_cache.o
|