]> git.dujemihanovic.xyz Git - u-boot.git/commit
odroid: Fix target platform compilation issue on Odroid-XU3
authorAnand Moon <linux.amoon@gmail.com>
Wed, 26 Jun 2024 15:15:22 +0000 (20:45 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 15 Jul 2024 10:25:55 +0000 (19:25 +0900)
commiteebfbe1be72941b67e36d8a870cf636ecfbacb37
tree425ec7ef54c1a13855b04cf30757363d1972cfec
parentdd6fff3d83ed13da811a8cbabb876b912e505a7a
odroid: Fix target platform compilation issue on Odroid-XU3

Resolved a compilation issue where the build system attempted
to compile for the Odroid-XU3 platform instead of the specified
Exynos4412 platform due to an incorrect CONFIG_SYS_BOARD setting.
Updated the Makefile to ensure that compilation only occurs for
the Odroid-XU3 specified target platform.

Now, object files will be generated only when building for the
TARGET_ODROID platform.

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/odroid/Makefile