commit | cadb1a858d071e4ec6afdacc9ad5c7057cae699d | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@mediatek.com> | Fri Sep 09 20:00:21 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 15:09:16 2022 -0400 |
tree | 923911ac82276a2369c0d3b5d19112b7f24b09cf | |
parent | 687e10ec49eb0231c9b2b59ee86bbefc0b86e6e1 [diff] |
tools: mtk_image: split the code of generating NAND header into a new file The predefined NAND headers take too much spaces in the mtk_image.c. Moving them into a new file can significantly improve the readability of both mtk_image.c and the new mtk_nand_headers.c. This is a preparation for adding more NAND headers. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>