]> git.sur5r.net Git - u-boot/commit
tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr
authorBin Meng <bmeng.cn@gmail.com>
Wed, 18 Jan 2017 11:32:59 +0000 (03:32 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:27:17 +0000 (13:27 +0800)
commitcdfc0a055d1988c7531799754feeeda8f4deea28
tree8b257a0f3ff6c28415eacc72ec2b20ef00727368
parent399de922ff74a215964cd039c5025538f75e6b73
tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr

u_boot_spl_with_ucode_ptr is derived from u_boot_with_ucode_ptr,
hence it should call its parent's init.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/u_boot_spl_with_ucode_ptr.py