aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schwöbel <jonasschwoebel@yahoo.de>2024-01-19 15:04:46 +0200
committerSvyatoslav Ryhel <clamor95@gmail.com>2024-04-22 12:17:20 +0300
commited5b2b105edd310e31d85b0338ada9a073c2b2ce (patch)
tree92d7fd88eb3d87e1088f4969b5e558f2427f684b
parent745ca4900f0abb43414cb5359e3ee53542a92a26 (diff)
downloadu-boot-ed5b2b105edd310e31d85b0338ada9a073c2b2ce.zip
u-boot-ed5b2b105edd310e31d85b0338ada9a073c2b2ce.tar.gz
u-boot-ed5b2b105edd310e31d85b0338ada9a073c2b2ce.tar.bz2
board: asus: lg_x3: endeavoru: remove CONFIG_SYS_L2CACHE_OFF
CONFIG_SYS_L2CACHE_OFF is not affecting these devices in any way. Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
-rw-r--r--configs/endeavoru_defconfig1
-rw-r--r--configs/grouper_common_defconfig1
-rw-r--r--configs/transformer_t30_defconfig1
-rw-r--r--configs/x3_t30_defconfig1
4 files changed, 0 insertions, 4 deletions
diff --git a/configs/endeavoru_defconfig b/configs/endeavoru_defconfig
index 0bd0451..00e46f9 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 5f88b8c..05207c8 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 6628299..f93ddef 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 b957578..44fa48b 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