]> git.baikalelectronics.ru Git - uboot.git/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)
commit0f7db48ee2dc8ec68896e610f58d9c7fd5c305b1
tree8b257a0f3ff6c28415eacc72ec2b20ef00727368
parentc5da1123072258031f327ec40543d1f459a6ec7e
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