diff mbox series

[2/2] configs: sunxi: licheepi_nano: enable D-Cache

Message ID 20221013132645.2469041-3-uwu@icenowy.me
State Accepted
Delegated to: Andre Przywara
Headers show
Series sunxi: fix SUNIV D$ support | expand

Commit Message

Icenowy Zheng Oct. 13, 2022, 1:26 p.m. UTC
As the compile error when D-Cache is enabled is gone, we can have
D-Cache enabled now.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
---
 configs/licheepi_nano_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Andre Przywara Oct. 17, 2022, 9:27 a.m. UTC | #1
On 13/10/2022 14:26, Icenowy Zheng wrote:
> As the compile error when D-Cache is enabled is gone, we can have
> D-Cache enabled now.
> 
> Signed-off-by: Icenowy Zheng <uwu@icenowy.me>

Reviewed-by: Andre Przywara <andre.przywara@arm.com>

Thanks,
Andre

> ---
>   configs/licheepi_nano_defconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
> index a9776bbcac..b80d32c502 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
diff mbox series

Patch

diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
index a9776bbcac..b80d32c502 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