commit | 68ebba54319a89a1ddc37a2cb7683bbd18294ca9 | [log] [tgz] |
---|---|---|
author | Rong Tao <rongtao@cestc.cn> | Tue Sep 05 19:41:04 2023 +0800 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 23 09:00:37 2023 -0600 |
tree | 6362b41da1a0257547400c13abc51fba6ee91d54 | |
parent | c0cdbe4a8b3116404218b713de7edc147c09bff2 [diff] |
binman: Fix SyntaxWarning: invalid escape sequence '\(' Reproduct warning: $ git clean -dfx $ make CROSS_COMPILE="" qemu-x86_64_defconfig $ make -j8 ... u-boot/tools/binman/etype/section.py:25: SyntaxWarning: invalid escape sequence '\(' """Entry that contains other entries Signed-off-by: Rong Tao <rongtao@cestc.cn>