x86: zboot: Correct image type
authorSimon Glass <sjg@chromium.org>
Sat, 5 Sep 2020 20:50:41 +0000 (14:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:08 +0000 (11:27 +0800)
commit00630f63cc98d5c98605fb4952b9850d9366ded9
tree2d09a91f3eba816497e668c669a8ebfde85aef59
parentc038f3be3b9b9d77077c7a0c89eb0a01302d3ba4
x86: zboot: Correct image type

At present U-Boot sets a loader type of 8 which means LILO version 8,
according to the spec. Update it to 0x80, which means U-Boot with no
particular version.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/zimage.c