commit | 1a075d4e0de797ac2b25adcc27ea537fa01f89cb | [log] [tgz] |
---|---|---|
author | Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com> | Thu May 04 13:42:55 2023 +0000 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 6cd49051dfeeca4ff0e53344c2a71c92007dee67 | |
parent | fde0df92b57ae707c67cbf4be9bcc72b59f10cc3 [diff] |
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>