summaryrefslogtreecommitdiff
path: root/board/wexler
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-04-15 18:07:01 +0300
committerSvyatoslav Ryhel <[email protected]>2025-05-08 08:31:13 +0300
commit66c4ac31ca5c74e4bcdb1889c9d64e9554412de7 (patch)
treefb5173182845d42afc462333ecf513bbd868f927 /board/wexler
parent718740855325c3366ea95e420bf8b32f47b0aa9f (diff)
ARM: tegra: set default SYS_CONFIG_NAME from SoC Kconfig
Since most boards now use the same generic device config header, move its setup to SoC Kconfig instead of setting SYS_CONFIG_NAME in each board's Kconfig. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'board/wexler')
-rw-r--r--board/wexler/qc750/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/wexler/qc750/Kconfig b/board/wexler/qc750/Kconfig
index b449720a8b3..b53beef9eb9 100644
--- a/board/wexler/qc750/Kconfig
+++ b/board/wexler/qc750/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "wexler"
-config SYS_CONFIG_NAME
- default "tegra"
-
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "Wexler QC750"