Re: [U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error

2017-03-30 Thread Vini Pillai
Hi York, Sorry, for the delayed response! The commit message wasn't appropriate for the patch, so it has been changed and a new version of that patch has been sent. Since, BLOB feature is not required for T1042 NAND Secure boot, it has been removed from SPL compilation, also considering SPL

Re: [U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error

2017-03-25 Thread york sun
On 03/14/2017 02:25 AM, Vinitha Pillai-B57223 wrote: > After application of SPL size reduction patch, powerPC Please be specific. Which patch/commit broke it? York > compilation breaks, as a macro CONFIG_CMD_BLOB is being > defined for powerpc, but for SPL size reducion blobbing > has been

[U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error

2017-03-14 Thread Vinitha Pillai-B57223
After application of SPL size reduction patch, powerPC compilation breaks, as a macro CONFIG_CMD_BLOB is being defined for powerpc, but for SPL size reducion blobbing has been removed for SPL compilation. So that had to be removed from SPL compilation for powerPC platform as well. Signed-off-by: