diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-28 03:44:41 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-28 04:12:18 (GMT) |
commit | 8d11f804130d27a8f5ed6954f3a8a7f62a10ac45 (patch) | |
tree | f28a4db9c5da3fe4b0c95fba713a355953bd38bf /configs/uniphier_sld3_defconfig | |
parent | 85dc2fe119657b1e02ff88345dced4f37e4bd174 (diff) | |
download | u-boot-8d11f804130d27a8f5ed6954f3a8a7f62a10ac45.tar.xz |
ARM: uniphier: enable CONFIG_CMD_CACHE
This will be useful, for example, to load firmware to DRAM and make
it visible to other agents.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_sld3_defconfig')
-rw-r--r-- | configs/uniphier_sld3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index 6f31dd4..6ce26bf 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_PING=y +CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_CMD_FAT=y |