diff mbox series

configs: imxrt1050-evk: enable D/I cache

Message ID 20200201142945.57613-1-giulio.benetti@benettiengineering.com
State Accepted
Commit 229f078512a329a9606eb341bccb8e56ead11014
Delegated to: Stefano Babic
Headers show
Series configs: imxrt1050-evk: enable D/I cache | expand

Commit Message

Giulio Benetti Feb. 1, 2020, 2:29 p.m. UTC
Soc supports cache so let's enable it.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/imxrt1050-evk_defconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Giulio Benetti Feb. 10, 2020, 2:21 p.m. UTC | #1
+Cc Stefano

On 2/1/20 3:29 PM, Giulio Benetti wrote:
> Soc supports cache so let's enable it.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   configs/imxrt1050-evk_defconfig | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
> index 102e663886..71970552c0 100644
> --- a/configs/imxrt1050-evk_defconfig
> +++ b/configs/imxrt1050-evk_defconfig
> @@ -1,6 +1,4 @@
>   CONFIG_ARM=y
> -CONFIG_SYS_ICACHE_OFF=y
> -CONFIG_SYS_DCACHE_OFF=y
>   CONFIG_ARCH_IMXRT=y
>   CONFIG_SYS_TEXT_BASE=0x80002000
>   CONFIG_SPL_GPIO_SUPPORT=y
>
Stefano Babic March 10, 2020, 3:31 p.m. UTC | #2
> Soc supports cache so let's enable it.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
index 102e663886..71970552c0 100644
--- a/configs/imxrt1050-evk_defconfig
+++ b/configs/imxrt1050-evk_defconfig
@@ -1,6 +1,4 @@ 
 CONFIG_ARM=y
-CONFIG_SYS_ICACHE_OFF=y
-CONFIG_SYS_DCACHE_OFF=y
 CONFIG_ARCH_IMXRT=y
 CONFIG_SYS_TEXT_BASE=0x80002000
 CONFIG_SPL_GPIO_SUPPORT=y