mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <kauschluss@disroot.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
committed by
Minkyu Kang
parent
ac93c4534f
commit
be1b1cd641
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user