Re: [PATCH 4/8] bootstd: Correct creating of bootdev sibling

2023-07-28 Thread Mattijs Korpershoek
On jeu., juil. 27, 2023 at 20:37, 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 > --- > > drivers/block/ide.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH 4/8] bootstd: Correct creating of bootdev sibling

2023-07-27 Thread Simon Glass
Use the correct function here, since there may be multiple IDE devices available. Signed-off-by: Simon Glass --- drivers/block/ide.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/block/ide.c b/drivers/block/ide.c index 89201dd4d229..c698f9cbd558 100644 --- a/dr