Re: [PATCH] image: fix select_ramdisk for raw initrd

2021-11-01 Thread Art Nikpal
Hi Simon, Tom , and ... > Do we need this patch as well as the other one? If so, can you combine them? > Also, is it possible to drop the assignment to rd_addr at the top of the function? this patch must be replaced by another one

Re: [PATCH] image: fix select_ramdisk for raw initrd

2021-10-31 Thread Simon Glass
Hi Artem, On Fri, 15 Oct 2021 at 04:15, Artem Lapkin wrote: > > Problem > > We have unbootable raw initrd images because, select_ramdisk for raw > initrd images ignore submited select addr and setup rd_datap value to 0 > > Solution: setup rd_datap value from select > > Signed-off-by: Artem

Re: [PATCH] image: fix select_ramdisk for raw initrd

2021-10-15 Thread Art Nikpal
Hi Simon plz ignore this patch proper solution problem there > https://patchwork.ozlabs.org/project/uboot/patch/20211016051915.4157293-1-...@khadas.com/ On Fri, Oct 15, 2021 at 6:15 PM Artem Lapkin wrote: > > Problem > > We have unbootable raw initrd images because, select_ramdisk for raw >

[PATCH] image: fix select_ramdisk for raw initrd

2021-10-15 Thread Artem Lapkin
Problem We have unbootable raw initrd images because, select_ramdisk for raw initrd images ignore submited select addr and setup rd_datap value to 0 Solution: setup rd_datap value from select Signed-off-by: Artem Lapkin --- common/image-board.c | 2 +- 1 file changed, 1 insertion(+), 1