commit | c561d14c38876db6da66cc33527ed038eb5a9b72 | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@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 | 4620e8aabc1431f2de3f4f5c1b22d4bc599e57b6 [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> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>