
16 Oct
2020
16 Oct
'20
7:59 a.m.
On Mon, Sep 28, 2020 at 8:46 AM Simon Glass sjg@chromium.org wrote:
With Chrome OS the kernel setup block is stored in a separate place from the kernel, so it is not possible to access the kernel version string. At present, garbage is printed.
Add a sanity check to avoid this.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/lib/zimage.c | 9 +++++++++ 1 file changed, 9 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com