AW: [PATCH 4/4] X86: pxeboot: bugfix: Set variable for size of initrd

2023-05-02 Thread Mittelstaedt Thomas (XC-CT/EBV3)
t ; Bin Meng > Betreff: Re: [PATCH 4/4] X86: pxeboot: bugfix: Set variable for size of initrd > > On 5/2/23 11:49, thomas.mittelsta...@bosch.com wrote: > > From: mtt2hi > > > > The problem was, that zboot() didn't work because of missing ramdisc > > size. > &

[PATCH 4/4] X86: pxeboot: bugfix: Set variable for size of initrd

2023-05-02 Thread thomas.mittelstaedt
From: mtt2hi The problem was, that zboot() didn't work because of missing ramdisc size. Signed-off-by: mtt2hi --- boot/pxe_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 3a1e50f2b1..87c32b6e62 100644 --- a/boot/pxe_utils.c

Re: [PATCH 4/4] X86: pxeboot: bugfix: Set variable for size of initrd

2023-05-02 Thread Heinrich Schuchardt
On 5/2/23 11:49, thomas.mittelsta...@bosch.com wrote: From: mtt2hi The problem was, that zboot() didn't work because of missing ramdisc size. Can we create a test for this? Best regards Heirnich Signed-off-by: mtt2hi --- boot/pxe_utils.c | 2 +- 1 file changed, 1 insertion(+), 1