From ed5b2b105edd310e31d85b0338ada9a073c2b2ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20Schw=C3=B6bel?= Date: Fri, 19 Jan 2024 15:04:46 +0200 Subject: [PATCH] board: asus: lg_x3: endeavoru: remove CONFIG_SYS_L2CACHE_OFF MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit CONFIG_SYS_L2CACHE_OFF is not affecting these devices in any way. Signed-off-by: Jonas Schwöbel Signed-off-by: Svyatoslav Ryhel --- configs/endeavoru_defconfig | 1 - configs/grouper_common_defconfig | 1 - configs/transformer_t30_defconfig | 1 - configs/x3_t30_defconfig | 1 - 4 files changed, 4 deletions(-) diff --git a/configs/endeavoru_defconfig b/configs/endeavoru_defconfig index 0bd04518b5..00e46f9be6 100644 --- a/configs/endeavoru_defconfig +++ b/configs/endeavoru_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_L2CACHE_OFF=y CONFIG_ARCH_TEGRA=y CONFIG_SUPPORT_PASSING_ATAGS=y CONFIG_CMDLINE_TAG=y diff --git a/configs/grouper_common_defconfig b/configs/grouper_common_defconfig index 5f88b8c4a1..05207c8a89 100644 --- a/configs/grouper_common_defconfig +++ b/configs/grouper_common_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_L2CACHE_OFF=y CONFIG_ARCH_TEGRA=y CONFIG_SUPPORT_PASSING_ATAGS=y CONFIG_CMDLINE_TAG=y diff --git a/configs/transformer_t30_defconfig b/configs/transformer_t30_defconfig index 66282998bb..f93ddefb87 100644 --- a/configs/transformer_t30_defconfig +++ b/configs/transformer_t30_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_L2CACHE_OFF=y CONFIG_ARCH_TEGRA=y CONFIG_SUPPORT_PASSING_ATAGS=y CONFIG_CMDLINE_TAG=y diff --git a/configs/x3_t30_defconfig b/configs/x3_t30_defconfig index b9575780d2..44fa48baae 100644 --- a/configs/x3_t30_defconfig +++ b/configs/x3_t30_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_L2CACHE_OFF=y CONFIG_ARCH_TEGRA=y CONFIG_SUPPORT_PASSING_ATAGS=y CONFIG_CMDLINE_TAG=y -- 2.39.5