commit | 4873b41aad57d0c156e02c36794cd1b33313fd55 | [log] [tgz] |
---|---|---|
author | developer <developer@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 | f9e11c98701f01d2792662032b0c7e15e5da7fef [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>