]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Init align_default in entry_Section
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:51 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:57 +0000 (14:10 -0600)
commitc06c0643329bef80a283ccc2858150b310f4ee80
treed05839bf04faebd327314072dd084e8cc7387166
parent3563edefe2e3bfb4d316a8865ad9f37e43e99b47
binman: Init align_default in entry_Section

This should be set up in the init function, to avoid a warning about a
property not set up there. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/section.py