diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-31 17:18:18 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-04-12 11:11:05 +0300 |
| commit | 9ee12daa591b8adefa8ae221295a85e2ee467742 (patch) | |
| tree | 268b729bbefd6ad2790f32568a274ae870a574ae /board/acer | |
| parent | ee3462160cf2fdf29b44ef83df0265a19c37bc0a (diff) | |
ARM: tegra: replace per-device config headers with generic Tegra
Most device headers contain SoC specific part and common Tegra post part.
Add a generic header which can be used by any Tegra device of one of the
supported SoC generations (T20, T30, T114, T124 or T210) without need in
device specific configuration.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'board/acer')
| -rw-r--r-- | board/acer/picasso/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/acer/picasso/Kconfig b/board/acer/picasso/Kconfig index c801bd26c7c..879b778aa53 100644 --- a/board/acer/picasso/Kconfig +++ b/board/acer/picasso/Kconfig @@ -7,7 +7,7 @@ config SYS_VENDOR default "acer" config SYS_CONFIG_NAME - default "picasso" + default "tegra" config TEGRA_BOARD_STRING string "Default Tegra board name" |
