binman: Fix SyntaxWarning: invalid escape sequence '\('
authorRong Tao <rongtao@cestc.cn>
Tue, 5 Sep 2023 11:41:04 +0000 (19:41 +0800)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 15:00:37 +0000 (09:00 -0600)
commitba4034a5045cc318874030fdc442cc2e26dba99f
tree6362b41da1a0257547400c13abc51fba6ee91d54
parent305114eb839400bfbad48182b12421dfb8150122
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>
tools/binman/etype/section.py