diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-09 08:51:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-09 15:05:33 -0500 |
commit | e8e9c6f48400989c5fc54467576f8d535bd713e6 (patch) | |
tree | 4373b185408793bbb2ba1a9cacdd82d8a7265cad /board/samsung | |
parent | b842340a108f463e66aaaca75c0831a224612190 (diff) | |
parent | a80f582688fb3c961f521a978d428092f5bab483 (diff) | |
download | u-boot-e8e9c6f48400989c5fc54467576f8d535bd713e6.tar.gz u-boot-e8e9c6f48400989c5fc54467576f8d535bd713e6.tar.bz2 u-boot-e8e9c6f48400989c5fc54467576f8d535bd713e6.zip |
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
[trini: Migrate CONFIG_EXYNOS7420 as part of merging, so espresso7420
still builds]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/samsung')
-rw-r--r-- | board/samsung/espresso7420/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/samsung/espresso7420/Kconfig b/board/samsung/espresso7420/Kconfig index 62251c5126..6a088a2702 100644 --- a/board/samsung/espresso7420/Kconfig +++ b/board/samsung/espresso7420/Kconfig @@ -1,5 +1,8 @@ if TARGET_ESPRESSO7420 +config EXYNOS7420 + def_bool y + config SYS_BOARD default "espresso7420" help |