summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaustabh Chakraborty <[email protected]>2026-02-03 18:38:45 +0530
committerMinkyu Kang <[email protected]>2026-02-23 15:35:33 +0900
commitbe1b1cd641f058a19d2ec5e1ab3bb4d81a3e1e78 (patch)
treefcee3f4f998fb8fddc8e53c42e08f2e8679c1c43
parentac93c4534fab65e2cb9ee18164c98d247eea844f (diff)
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 <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--doc/board/samsung/exynos-mobile/exynos7870.rst2
1 files changed, 1 insertions, 1 deletions
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.