]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards
authorAnand Moon <linux.amoon@gmail.com>
Wed, 26 Jun 2024 15:15:21 +0000 (20:45 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 15 Jul 2024 10:25:55 +0000 (19:25 +0900)
commitdd6fff3d83ed13da811a8cbabb876b912e505a7a
treec0e5113afe88363ab3cfc9169983d2d68f674165
parentb182816c1fb436916661949213c543bf4d42250b
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 <linux.amoon@gmail.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk5420/Kconfig