From: Icenowy Zheng Date: Thu, 13 Oct 2022 13:26:45 +0000 (+0800) Subject: configs: sunxi: licheepi_nano: enable D-Cache X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=14b3c6d72a195e5330e5bf688b8d14dc9e3f0ec7;p=u-boot.git configs: sunxi: licheepi_nano: enable D-Cache As the compile error when D-Cache is enabled is gone, we can have D-Cache enabled now. Signed-off-by: Icenowy Zheng Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig index 14e6bcda92..92c04bdae3 100644 --- a/configs/licheepi_nano_defconfig +++ b/configs/licheepi_nano_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT_ONLY=y CONFIG_SPL_SKIP_LOWLEVEL_INIT_ONLY=y -CONFIG_SYS_DCACHE_OFF=y CONFIG_ARCH_SUNXI=y CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano" CONFIG_SPL=y