diff mbox series

arm64: zynqmp: Enable cache command

Message ID dcb2cf3e3acabc79fce611e2146ec46bc032b9ac.1602078259.git.michal.simek@xilinx.com
State Accepted
Commit b15412f9a082ebd1d5a20ded21a2fe9f2ed138d0
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Enable cache command | expand

Commit Message

Michal Simek Oct. 7, 2020, 1:44 p.m. UTC
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 <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek Oct. 27, 2020, 7:15 a.m. UTC | #1
st 7. 10. 2020 v 15:44 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 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 <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_virt_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index 79a0091b1981..ef91b8feabdc 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -52,6 +52,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
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index 79a0091b1981..ef91b8feabdc 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -52,6 +52,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