Re: [U-Boot] [PATCH V5 09/31] imx: spl: implement spl_boot_device for i.MX8M

2018-01-21 Thread Stefano Babic
On 10/01/2018 06:20, Peng Fan wrote: > Implement spl_boot_device for i.MX8M. > > Signed-off-by: Peng Fan > Reviewed-by: Fabio Estevam > Cc: Stefano Babic > --- > arch/arm/mach-imx/spl.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-imx/spl

[U-Boot] [PATCH V5 09/31] imx: spl: implement spl_boot_device for i.MX8M

2018-01-09 Thread Peng Fan
Implement spl_boot_device for i.MX8M. Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam Cc: Stefano Babic --- arch/arm/mach-imx/spl.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c index 723f51fad3..7c4ee82cd1 1