
27 Mar
2021
27 Mar
'21
4:18 a.m.
The copy buffer, if enabled, prevents booting from coreboot correctly, since no memory is allocated for it. Allow it to fall back to disabled in this situation. This ensures that a console is displayed, even if it is slow.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/pci/pci_rom.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
Applied to u-boot-dm/next, thanks!