From: Kaustabh Chakraborty Date: Tue, 3 Feb 2026 13:08:45 +0000 (+0530) Subject: doc: board: samsung: exynos-mobile: use u-boot-nodtb.bin for packaging process X-Git-Tag: v2026.04-rc4~18^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be1b1cd641f058a19d2ec5e1ab3bb4d81a3e1e78;p=thirdparty%2Fu-boot.git doc: board: samsung: exynos-mobile: use u-boot-nodtb.bin for packaging process U-Boot for this board is programmed to use the external DTB if an internal device tree is not available. This makes it safe to build boot images using the non-DTB U-Boot binary, while taking up less space. Reflect this change in documentation. Signed-off-by: Kaustabh Chakraborty Signed-off-by: Minkyu Kang --- diff --git a/doc/board/samsung/exynos-mobile/exynos7870.rst b/doc/board/samsung/exynos-mobile/exynos7870.rst index bbd857580b8..37562e272b4 100644 --- a/doc/board/samsung/exynos-mobile/exynos7870.rst +++ b/doc/board/samsung/exynos-mobile/exynos7870.rst @@ -53,7 +53,7 @@ Finally, use ``mkbootimg`` by osm0sis [3]_ to generate the boot image: .. prompt:: bash $ mkbootimg -o u-boot.img \ - --kernel .output/u-boot.bin \ + --kernel .output/u-boot-nodtb.bin \ --dt stub-dt.img Offsets are not provided to ``mkbootimg`` as S-BOOT ignores them.