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

2017-12-16 Thread Fabio Estevam
On Mon, Dec 4, 2017 at 2:31 AM, Peng Fan wrote: > Implement spl_boot_device for i.MX8M. > > Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de

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

2017-12-03 Thread Peng Fan
Implement spl_boot_device for i.MX8M. Signed-off-by: Peng Fan --- 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 d0d1b73aa6..58ec202d4f 100644 ---