
30 Oct
2018
30 Oct
'18
11:35 a.m.
On 10/29/2018 08:21 PM, Michael Heimpold wrote:
This prevents the warning message "No arch specific invalidate_icache_all available!" during boot.
Can you implement it ? The cache support worked on MX23.
Signed-off-by: Michael Heimpold mhei@heimpold.de
configs/mx23_olinuxino_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/mx23_olinuxino_defconfig b/configs/mx23_olinuxino_defconfig index 2eee19dab5..6597dc3870 100644 --- a/configs/mx23_olinuxino_defconfig +++ b/configs/mx23_olinuxino_defconfig @@ -20,7 +20,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y -CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_ENV_IS_IN_MMC=y
--
Best regards,
Marek Vasut