summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-10-03 15:20:58 -0600
committerTom Rini <trini@konsulko.com>2025-10-03 16:55:44 -0600
commiteede1fccec4d0adf1934d9a6f51ae6d3675351e7 (patch)
tree018b22cf0deb53c5d8e39961d60778812ba45fa6
parent601cebc29d2a41846bbad36453b97b065db656dd (diff)
parentde8f3868102e420eb229b090597101d5f46dea2e (diff)
Merge patch series "Drop ATAGS for B&R boards"
Wolfgang Wallner <wolfgang.wallner@br-automation.com> says: There was recently a discussion on which boards need ATAGS support. The B&R boards which have this support enabled actualyl don't need it. This patch series drops the settings from the relevant defconfigs. Link: https://lore.kernel.org/r/20250919134308.122437-1-wolfgang.wallner@br-automation.com
-rw-r--r--configs/brcp150_defconfig2
-rw-r--r--configs/brcp170_defconfig2
-rw-r--r--configs/brcp1_1r_defconfig2
-rw-r--r--configs/brcp1_1r_switch_defconfig2
-rw-r--r--configs/brcp1_2r_defconfig2
5 files changed, 0 insertions, 10 deletions
diff --git a/configs/brcp150_defconfig b/configs/brcp150_defconfig
index 6d2b92e1ec3..bae185e8126 100644
--- a/configs/brcp150_defconfig
+++ b/configs/brcp150_defconfig
@@ -3,8 +3,6 @@ CONFIG_SYS_VENDOR="BuR"
CONFIG_SYS_CONFIG_NAME="brzynq"
CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_SUPPORT_PASSING_ATAGS=y
-CONFIG_INITRD_TAG=y
CONFIG_TEXT_BASE=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SPL_GPIO=y
diff --git a/configs/brcp170_defconfig b/configs/brcp170_defconfig
index 44460c510f1..f8e17ece276 100644
--- a/configs/brcp170_defconfig
+++ b/configs/brcp170_defconfig
@@ -3,8 +3,6 @@ CONFIG_SYS_VENDOR="BuR"
CONFIG_SYS_CONFIG_NAME="brzynq"
CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_SUPPORT_PASSING_ATAGS=y
-CONFIG_INITRD_TAG=y
CONFIG_TEXT_BASE=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SPL_GPIO=y
diff --git a/configs/brcp1_1r_defconfig b/configs/brcp1_1r_defconfig
index 684800228ef..568313d4860 100644
--- a/configs/brcp1_1r_defconfig
+++ b/configs/brcp1_1r_defconfig
@@ -3,8 +3,6 @@ CONFIG_SYS_VENDOR="BuR"
CONFIG_SYS_CONFIG_NAME="brzynq"
CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_SUPPORT_PASSING_ATAGS=y
-CONFIG_INITRD_TAG=y
CONFIG_TEXT_BASE=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SPL_GPIO=y
diff --git a/configs/brcp1_1r_switch_defconfig b/configs/brcp1_1r_switch_defconfig
index 9b45961ef8e..805de796df6 100644
--- a/configs/brcp1_1r_switch_defconfig
+++ b/configs/brcp1_1r_switch_defconfig
@@ -3,8 +3,6 @@ CONFIG_SYS_VENDOR="BuR"
CONFIG_SYS_CONFIG_NAME="brzynq"
CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_SUPPORT_PASSING_ATAGS=y
-CONFIG_INITRD_TAG=y
CONFIG_TEXT_BASE=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SPL_GPIO=y
diff --git a/configs/brcp1_2r_defconfig b/configs/brcp1_2r_defconfig
index 357eef38601..e92d8381bbb 100644
--- a/configs/brcp1_2r_defconfig
+++ b/configs/brcp1_2r_defconfig
@@ -3,8 +3,6 @@ CONFIG_SYS_VENDOR="BuR"
CONFIG_SYS_CONFIG_NAME="brzynq"
CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_SUPPORT_PASSING_ATAGS=y
-CONFIG_INITRD_TAG=y
CONFIG_TEXT_BASE=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SPL_GPIO=y