projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e928406
)
arm64: zynqmp: Enable cache command
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 7 Oct 2020 13:41:21 +0000
(15:41 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 27 Oct 2020 07:13:31 +0000
(08:13 +0100)
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
patch
|
blob
|
history
diff --git
a/configs/xilinx_zynqmp_virt_defconfig
b/configs/xilinx_zynqmp_virt_defconfig
index
5b4fe53
..
8ffcd3d
100644
(file)
--- 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