summaryrefslogtreecommitdiff
path: root/board/samsung
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-09 16:51:00 +0300
committerTom Rini <trini@konsulko.com>2021-11-09 23:05:33 +0300
commite8e9c6f48400989c5fc54467576f8d535bd713e6 (patch)
tree4373b185408793bbb2ba1a9cacdd82d8a7265cad /board/samsung
parentb842340a108f463e66aaaca75c0831a224612190 (diff)
parenta80f582688fb3c961f521a978d428092f5bab483 (diff)
downloadu-boot-e8e9c6f48400989c5fc54467576f8d535bd713e6.tar.xz
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/Kconfig3
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