On Thu, Jul 15, 2021 at 7:54 PM Bin Meng <bmeng...@gmail.com> wrote: > > On Sun, Jul 11, 2021 at 11:15 AM Simon Glass <s...@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 <s...@chromium.org> > > --- > > > > arch/x86/lib/zimage.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > Reviewed-by: Bin Meng <bmeng...@gmail.com>
applied to u-boot-x86, thanks!