util/inteltool: suggest booting with iomem=relaxed

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Change-Id: Ib80efd7d1ba516cb0ae4bdb86f95877855195ce0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63999
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Peter Lemenkov 2022-04-30 18:43:17 +02:00 committed by Stefan Reinauer
parent 8da40efea3
commit ac0e7448e4
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ int print_rcba(struct pci_dev *sb)
if (rcba == NULL) {
perror("Error mapping RCBA");
printf("Try booting with iomem=relaxed.\n");
exit(1);
}