commit | cc12928239de4c3fca5d19c9835e3d92542a61db | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri May 20 11:24:10 2022 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jul 13 23:03:37 2022 +0200 |
tree | 5715df665ad0a4edecfc303cb008c0654878715a | |
parent | 1e885e002f3499c2d7f8fe0e6036fc851491c153 [diff] |
tools: mtk_image: add support for MT7621 NAND images The BootROM of MT7621 requires a image header for SPL to record its size and load address when booting from NAND. To create such an image, one can use the following command line: mkimage -T mtk_image -a 0x80200000 -e 0x80200000 -n "mt7621=1" -d u-boot-spl-ddr.bin u-boot-spl-ddr.img Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>