Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
On Thu, 18 Jul 2019 07:47:53 + Peng Fan wrote: > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > On Thu, 18 Jul 2019 07:38:10 + > > Peng Fan wrote: > > > > > Hi Lukasz, > > > > > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > >

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
On Thu, 18 Jul 2019 07:38:10 + Peng Fan wrote: > Hi Lukasz, > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > Hi Sherry, > > > > > From: Sherry Sun > > > > > > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting > > > from USB, change its type to

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Peng Fan
> Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > On Thu, 18 Jul 2019 07:38:10 + > Peng Fan wrote: > > > Hi Lukasz, > > > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > > > Hi Sherry, > > > > > > > From: Sherry Sun > > > > > > > > The SPL SDP

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Peng Fan
Hi Lukasz, > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > Hi Sherry, > > > From: Sherry Sun > > > > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from > > USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. > > > > Signed-off-by: Sherry Sun >

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
Hi Sherry, > From: Sherry Sun > > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from > USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. > > Signed-off-by: Sherry Sun > Signed-off-by: Ye Li > --- > arch/arm/mach-imx/spl.c | 2 +- > 1 file changed, 1

[U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-17 Thread sherry sun
From: Sherry Sun The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Sherry Sun Signed-off-by: Ye Li --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git