Re: [U-Boot] [PATCH v2] configs: rk3399: add gpt and fs support

2016-08-05 Thread Simon Glass
On 4 August 2016 at 19:36, Simon Glass wrote: > On 3 August 2016 at 21:40, Kever Yang wrote: >> To compatible with distro boot, we need to add gpt and fs support, >> including gpt table and vfat, ext2, ext4 support. >> >> Signed-off-by: Kever Yang >> Reviewed-by: Simon Glass >> --- >> >> Change

Re: [U-Boot] [PATCH v2] configs: rk3399: add gpt and fs support

2016-08-04 Thread Simon Glass
On 3 August 2016 at 21:40, Kever Yang wrote: > To compatible with distro boot, we need to add gpt and fs support, > including gpt table and vfat, ext2, ext4 support. > > Signed-off-by: Kever Yang > Reviewed-by: Simon Glass > --- > > Changes in v2: > - remove some re-defined MACRO, comments from

[U-Boot] [PATCH v2] configs: rk3399: add gpt and fs support

2016-08-03 Thread Kever Yang
To compatible with distro boot, we need to add gpt and fs support, including gpt table and vfat, ext2, ext4 support. Signed-off-by: Kever Yang Reviewed-by: Simon Glass --- Changes in v2: - remove some re-defined MACRO, comments from Ziyuan Xu include/configs/rk3399_common.h | 14 +