Re: [U-Boot] [PATCH 02/27] spl: Add a parameter to spl_set_header_raw_uboot()

2016-09-18 Thread Tom Rini
On Sun, Sep 18, 2016 at 01:44:51PM -0600, Simon Glass wrote: > Rather than act on the global variable, pass the required struct in as a > parameter. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH 02/27] spl: Add a parameter to spl_set_header_raw_uboot()

2016-09-18 Thread Simon Glass
Rather than act on the global variable, pass the required struct in as a parameter. Signed-off-by: Simon Glass --- common/spl/spl.c | 14 +++--- common/spl/spl_nand.c | 2 +- include/spl.h | 13 - 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/