
15 Jul
2021
15 Jul
'21
1:54 p.m.
On Sun, Jul 11, 2021 at 11:15 AM Simon Glass sjg@chromium.org wrote:
This is a revert of a recent logic change in setup_zimage(). We do actually need to install this information always. Change it to install from the Coreboot tables if available, else the normal source.
Fixes: e7bae8283fe ("x86: Allow installing an e820 when booting from coreboot") Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/lib/zimage.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com