From: Michal Simek Date: Wed, 7 Oct 2020 13:41:21 +0000 (+0200) Subject: arm64: zynqmp: Enable cache command X-Git-Tag: v2021.10~455^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b15412f9a082ebd1d5a20ded21a2fe9f2ed138d0;p=platform%2Fkernel%2Fu-boot.git arm64: zynqmp: Enable cache command Sometimes it is very useful to be able disable/enable cache that's why enable commands for it by default. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 5b4fe53..8ffcd3d 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -50,6 +50,7 @@ CONFIG_CMD_SPI=y CONFIG_CMD_USB=y CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT4_WRITE=y