diff mbox series

arm64: zynqmp: Enable cache command for mini mtest configuration

Message ID 7e9dd8835fc11a38523f9f4fe88d242c5486c21a.1581938133.git.michal.simek@xilinx.com
State Accepted
Commit 19de158db159394207cdf15047cee474400f313f
Headers show
Series arm64: zynqmp: Enable cache command for mini mtest configuration | expand

Commit Message

Michal Simek Feb. 17, 2020, 11:15 a.m. UTC
Enable cache commands by default for mtest configuration. It is good to be
able to enable/disable caches when you test memory.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

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

Comments

Michal Simek April 6, 2020, 10:55 a.m. UTC | #1
po 17. 2. 2020 v 12:15 odes?latel Michal Simek <michal.simek at xilinx.com> napsal:
>
> Enable cache commands by default for mtest configuration. It is good to be
> able to enable/disable caches when you test memory.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_mini_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_zynqmp_mini_defconfig b/configs/xilinx_zynqmp_mini_defconfig
> index d953c91a66ed..2d9a3b3a5f3a 100644
> --- a/configs/xilinx_zynqmp_mini_defconfig
> +++ b/configs/xilinx_zynqmp_mini_defconfig
> @@ -40,6 +40,7 @@ CONFIG_SYS_ALT_MEMTEST=y
>  # CONFIG_CMD_ITEST is not set
>  # CONFIG_CMD_SOURCE is not set
>  # CONFIG_CMD_SETEXPR is not set
> +CONFIG_CMD_CACHE=y
>  # CONFIG_CMD_MISC is not set
>  # CONFIG_PARTITIONS is not set
>  CONFIG_OF_EMBED=y
> --
> 2.25.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_mini_defconfig b/configs/xilinx_zynqmp_mini_defconfig
index d953c91a66ed..2d9a3b3a5f3a 100644
--- a/configs/xilinx_zynqmp_mini_defconfig
+++ b/configs/xilinx_zynqmp_mini_defconfig
@@ -40,6 +40,7 @@  CONFIG_SYS_ALT_MEMTEST=y
 # CONFIG_CMD_ITEST is not set
 # CONFIG_CMD_SOURCE is not set
 # CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_CACHE=y
 # CONFIG_CMD_MISC is not set
 # CONFIG_PARTITIONS is not set
 CONFIG_OF_EMBED=y