]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: pxeboot: bugfix: Set variable for size of initrd
authorThomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
Thu, 4 May 2023 13:42:55 +0000 (13:42 +0000)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit1a075d4e0de797ac2b25adcc27ea537fa01f89cb
tree6cd49051dfeeca4ff0e53344c2a71c92007dee67
parentfde0df92b57ae707c67cbf4be9bcc72b59f10cc3
x86: pxeboot: bugfix: Set variable for size of initrd

The problem was, that zboot() didn't work because of missing
ramdisc size.

Signed-off-by: Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/pxe_utils.c