]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/make_fit: Move dtb processing into a function
authorSimon Glass <sjg@chromium.org>
Tue, 6 Jan 2026 16:27:33 +0000 (09:27 -0700)
committerNathan Chancellor <nathan@kernel.org>
Wed, 4 Feb 2026 00:20:10 +0000 (17:20 -0700)
commit873c2836982e1f7389d487afca4cc42ed373ba4b
treeb02829cecdb61d6fc1c560141cd656a9ec8fbc0f
parent26428e7dd6a51e328776dd333f613445d1951658
scripts/make_fit: Move dtb processing into a function

Since build_fit() is getting quite long, move the dtb processing into a
separate function.

Change the double quotes in the write() call to single, to match the
rest of the script.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20260106162738.2605574-4-sjg@chromium.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/make_fit.py