From: Anand Moon Date: Wed, 26 Jun 2024 15:15:21 +0000 (+0530) Subject: dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=dd6fff3d83ed13da811a8cbabb876b912e505a7a;p=u-boot.git dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards Fix the issue where CONFIG_SYS_BOARD was incorrectly set on Odroid XU3 boards, causing boot failure. This was resolved by correcting the SYS_BOARD entry in Kconfig to load the correct device tree source (dts) for the Odroid Exynos5422 Platforms. Fixes: f76750d11133 ("Convert CONFIG_CONS_INDEX et al to Kconfig") Signed-off-by: Anand Moon Reviewed-by: Sam Protsenko Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/smdk5420/Kconfig b/board/samsung/smdk5420/Kconfig index a9d62fffa5..37d6bbbed1 100644 --- a/board/samsung/smdk5420/Kconfig +++ b/board/samsung/smdk5420/Kconfig @@ -1,7 +1,7 @@ if TARGET_ODROID_XU3 config SYS_BOARD - default "smdk5420" + default "odroid" config SYS_VENDOR default "samsung"