aboutsummaryrefslogtreecommitdiff
path: root/board/sysam
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-22 17:39:20 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 14:18:54 -0500
commit3dd1486800d3aa0cff114a34d7dc1cdc3f47c172 (patch)
treead3ad10466de3f7746f33d25148a5b81aebf9a6b /board/sysam
parent770afff24aa56d7d992682fbad396e5b7f0a969e (diff)
downloadu-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.zip
u-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.tar.gz
u-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.tar.bz2
Kconfig: Centralize prompting for SYS_CONFIG_NAME
Generally speaking, we do not prompt for this value and define it in the board specific Kconfig file. There are some valid use cases however today where we do prompt for this value, so instead of having this be done in a number of locations, do this at the top-level location only. This removes the question from a number of other locations and makes it consistent that when we do set the value directly, we always do it the same way. We don't need to specify the type, it's always string. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/sysam')
-rw-r--r--board/sysam/amcore/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sysam/amcore/Kconfig b/board/sysam/amcore/Kconfig
index dd9816e..e13ee8f 100644
--- a/board/sysam/amcore/Kconfig
+++ b/board/sysam/amcore/Kconfig
@@ -13,7 +13,6 @@ config SYS_VENDOR
default "sysam"
config SYS_CONFIG_NAME
- string
default "amcore"
endif