From: Kaustabh Chakraborty Date: Tue, 3 Feb 2026 13:08:44 +0000 (+0530) Subject: doc: board: samsung: exynos-mobile: add DEVICE_TREE make flag in build X-Git-Tag: v2026.04-rc4~18^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac93c4534fab65e2cb9ee18164c98d247eea844f;p=thirdparty%2Fu-boot.git doc: board: samsung: exynos-mobile: add DEVICE_TREE make flag in build Since there is only one internal device tree allowed in U-Boot, the DEVICE_TREE flag is required for building images for various devices. Document it in the build guide. Signed-off-by: Kaustabh Chakraborty Signed-off-by: Minkyu Kang --- diff --git a/doc/board/samsung/exynos-mobile.rst b/doc/board/samsung/exynos-mobile.rst index 37718af1fea..d0173b1f8cb 100644 --- a/doc/board/samsung/exynos-mobile.rst +++ b/doc/board/samsung/exynos-mobile.rst @@ -25,12 +25,13 @@ If a cross-compiler is required, install it and set it up like so: export CROSS_COMPILE=aarch64-linux-gnu- -Then, run the following commands to build U-Boot: +Then, run the following commands to build U-Boot (replace ```` with the +upstream DTB path for the target device): .. prompt:: bash $ make O=.output exynos-mobile_defconfig - make O=.output -j$(nproc) + make DEVICE_TREE= O=.output -j$(nproc) If successful, the U-Boot binary will be present in ``.output/u-boot.bin``.