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

2016-08-03 Thread Simon Glass
On 1 August 2016 at 21:03, Ziyuan Xu wrote: > > On 2016年08月02日 10:56, Ziyuan Xu wrote: >> >> Hi kever, >> >> >> On 2016年08月02日 10:29, Kever Yang wrote: >>> >>> To compatible with distro boot, we need to add gpt and fs support, >>> including gpt table and vfat, ext2, ext4

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

2016-08-01 Thread Ziyuan Xu
On 2016年08月02日 10:56, Ziyuan Xu wrote: Hi kever, On 2016年08月02日 10:29, 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 ---

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

2016-08-01 Thread Ziyuan Xu
On 2016年08月02日 10:56, Ziyuan Xu wrote: Hi kever, On 2016年08月02日 10:29, 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 ---

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

2016-08-01 Thread Ziyuan Xu
Hi kever, On 2016年08月02日 10:29, 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 --- include/configs/rk3399_common.h | 19 +++ 1 file

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

2016-08-01 Thread Kever Yang
On 08/02/2016 10:29 AM, 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 --- include/configs/rk3399_common.h | 19 +++ 1 file changed,

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

2016-08-01 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 --- include/configs/rk3399_common.h | 19 +++ 1 file changed, 19 insertions(+) diff --git