[PATCH] Fix for iBFT compile issues on ARM64

From: Konrad Rzeszutek Wilk
Date: Thu Sep 02 2021 - 10:03:34 EST


This is a patch to fix the https://lkml.org/lkml/2021/8/3/108 compile
issue which I managed to miss. My apologies for the late fix - please
see the attached patch.

The fix is rather simple - only on X86 do we need to search for the
iBFT under 640KB, so lets ifdef that code.

I also put the patch in linux-next and devel/for-linus-5.15

drivers/firmware/iscsi_ibft.c | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)

Konrad Rzeszutek Wilk (1):
iscsi_ibft: Fix isa_bus_to_virt not working under ARM