Re: [U-Boot] [PATCH 10/14] tools: binman: Handle optional microcode case in SPL image

2017-02-06 Thread Bin Meng
On Thu, Jan 26, 2017 at 10:23 PM, Simon Glass wrote: > On 18 January 2017 at 04:33, Bin Meng wrote: >> On platforms which do not require microcode in SPL, handle such >> case like U-Boot proper. >> >> Signed-off-by: Bin Meng >> --- >> >> tools/binman/etype/u_boot_ucode.py | 6 ++ >> 1 file

Re: [U-Boot] [PATCH 10/14] tools: binman: Handle optional microcode case in SPL image

2017-01-26 Thread Simon Glass
On 18 January 2017 at 04:33, Bin Meng wrote: > On platforms which do not require microcode in SPL, handle such > case like U-Boot proper. > > Signed-off-by: Bin Meng > --- > > tools/binman/etype/u_boot_ucode.py | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH 10/14] tools: binman: Handle optional microcode case in SPL image

2017-01-18 Thread Bin Meng
On platforms which do not require microcode in SPL, handle such case like U-Boot proper. Signed-off-by: Bin Meng --- tools/binman/etype/u_boot_ucode.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/binman/etype/u_boot_ucode.py b/tools/binman/etype/u_boot_ucode.py index 8fe27a