Re: [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-08-03 Thread Bin Meng
On Mon, Jul 31, 2023 at 1:15 AM Simon Glass wrote: > > Use the correct function here, since there may be multiple IDE devices > available. > > Signed-off-by: Simon Glass > Reviewed-by: Mattijs Korpershoek > --- > > (no changes since v1) > > drivers/block/ide.c | 4 ++-- > 1 file changed, 2 inse

Re: [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-07-31 Thread Simon Glass
Hi Bin, On Sun, 30 Jul 2023 at 21:37, Bin Meng wrote: > > Hi Simon, > > On Mon, Jul 31, 2023 at 10:50 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Sun, 30 Jul 2023 at 19:59, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Mon, Jul 31, 2023 at 1:15 AM Simon Glass wrote: > > > > > > > >

Re: [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-07-30 Thread Bin Meng
Hi Simon, On Mon, Jul 31, 2023 at 10:50 AM Simon Glass wrote: > > Hi Bin, > > On Sun, 30 Jul 2023 at 19:59, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Jul 31, 2023 at 1:15 AM Simon Glass wrote: > > > > > > > > > } > > > > > > return 0; > > > -- > > > > Regards, > > Bin >

Re: [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-07-30 Thread Simon Glass
Hi Bin, On Sun, 30 Jul 2023 at 19:59, Bin Meng wrote: > > Hi Simon, > > On Mon, Jul 31, 2023 at 1:15 AM Simon Glass wrote: > > > > > } > > > > return 0; > > -- > > Regards, > Bin > > Use the correct function here, since there may be multiple IDE devices > > available. > > > > Si

Re: [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-07-30 Thread Bin Meng
Hi Simon, On Mon, Jul 31, 2023 at 1:15 AM Simon Glass wrote: > > Use the correct function here, since there may be multiple IDE devices > available. > > Signed-off-by: Simon Glass > Reviewed-by: Mattijs Korpershoek > --- > > (no changes since v1) > > drivers/block/ide.c | 4 ++-- > 1 file chan

[PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

2023-07-30 Thread Simon Glass
Use the correct function here, since there may be multiple IDE devices available. Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek --- (no changes since v1) drivers/block/ide.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/block/ide.c b/drivers/blo