Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-08-20 Thread Kever Yang
Hi Philipp, On 08/17/2017 04:27 PM, Dr. Philipp Tomsich wrote: On 17 Aug 2017, at 09:51, Kever Yang wrote: Hi Philipp, On 07/27/2017 09:09 PM, Dr. Philipp Tomsich wrote: On 27 Jul 2017, at 15:04, Kever Yang wrote: Philipp, On

Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-08-17 Thread Dr. Philipp Tomsich
> On 17 Aug 2017, at 09:51, Kever Yang wrote: > > Hi Philipp, > > > On 07/27/2017 09:09 PM, Dr. Philipp Tomsich wrote: >>> On 27 Jul 2017, at 15:04, Kever Yang wrote: >>> >>> Philipp, >>> >>> >>> On 07/27/2017 08:16 PM, Dr. Philipp

Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-08-17 Thread Kever Yang
Hi Philipp, On 07/27/2017 09:09 PM, Dr. Philipp Tomsich wrote: On 27 Jul 2017, at 15:04, Kever Yang wrote: Philipp, On 07/27/2017 08:16 PM, Dr. Philipp Tomsich wrote: Kever, On 27 Jul 2017, at 13:47, Kever Yang wrote: The emmc

Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-07-27 Thread Dr. Philipp Tomsich
> On 27 Jul 2017, at 15:04, Kever Yang wrote: > > Philipp, > > > On 07/27/2017 08:16 PM, Dr. Philipp Tomsich wrote: >> Kever, >> >>> On 27 Jul 2017, at 13:47, Kever Yang wrote: >>> >>> The emmc number is 0, correct it for fastboot

Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-07-27 Thread Kever Yang
Philipp, On 07/27/2017 08:16 PM, Dr. Philipp Tomsich wrote: Kever, On 27 Jul 2017, at 13:47, Kever Yang wrote: The emmc number is 0, correct it for fastboot parameter. I provided some code in rk3399-board-spl.c (commit d02d11f8; see spl_node_to_boot_device(…)

Re: [U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-07-27 Thread Dr. Philipp Tomsich
Kever, > On 27 Jul 2017, at 13:47, Kever Yang wrote: > > The emmc number is 0, correct it for fastboot parameter. I provided some code in rk3399-board-spl.c (commit d02d11f8; see spl_node_to_boot_device(…) and how 'desc->devnum’ is accessed there) to map from a

[U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

2017-07-27 Thread Kever Yang
The emmc number is 0, correct it for fastboot parameter. Signed-off-by: Kever Yang --- include/configs/rk3288_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index