[U-Boot] [PATCH 1/3][v2] Pointers in ESBC header made 32 bit

2015-08-24 Thread Aneesh Bansal
For the Chain of Trust, the esbc_validate command supports 32 bit fields for location of the image. In the header structure definition, these were declared as pointers which made them 64 bit on a 64 bit core. Signed-off-by: Aneesh Bansal --- Changes in v2: Compile time warning removed when printi

[U-Boot] [PATCH 1/3][v2] Pointers in ESBC header made 32 bit

2015-08-24 Thread Aneesh Bansal
For the Chain of Trust, the esbc_validate command supports 32 bit fields for location of the image. In the header structure definition, these were declared as pointers which made them 64 bit on a 64 bit core. Signed-off-by: Aneesh Bansal --- Changes in v2: Compile time warning removed when printi