Re: [U-Boot] [PATCH 08/20] rockchip: Check image name for the rksd image

2016-05-27 Thread Simon Glass
On 14 May 2016 at 14:02, Simon Glass wrote: > We need a correct name (rk3288, rk3036) so check this to avoid a crash > later. > > Signed-off-by: Simon Glass > --- > > tools/rkimage.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) Applied to u-boot-dm.

[U-Boot] [PATCH 08/20] rockchip: Check image name for the rksd image

2016-05-14 Thread Simon Glass
We need a correct name (rk3288, rk3036) so check this to avoid a crash later. Signed-off-by: Simon Glass --- tools/rkimage.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/rkimage.c b/tools/rkimage.c index f9fdcfa..ef31cb6 100644 --- a/tools/rkimage.c +++ b/tool