[PATCH 1/2] bios_emulator: don't select X86EMU_RAW_IO for BIOSEMU and SPL_BIOSEMU
Tom Rini
trini at konsulko.com
Sun Nov 17 03:53:53 CET 2024
On Mon, Nov 04, 2024 at 12:44:36AM +0100, Yuri Zaporozhets wrote:
> The X86EMU_RAW_IO mode can be used only on x86, so don't select this option
> always, and allow correct compilation of BIOSEMU on other architectures too.
>
> Signed-off-by: Yuri Zaporozhets <yuriz at qrv-systems.net>
> ---
> drivers/bios_emulator/Kconfig | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/bios_emulator/Kconfig b/drivers/bios_emulator/Kconfig
> index 3660576772..8f73d077f6 100644
> --- a/drivers/bios_emulator/Kconfig
> +++ b/drivers/bios_emulator/Kconfig
> @@ -1,10 +1,8 @@
> config BIOSEMU
> bool
> - select X86EMU_RAW_IO
>
> config SPL_BIOSEMU
> bool
> - select X86EMU_RAW_IO
>
> config X86EMU_RAW_IO
> bool
This breaks building on chromebox_panther for example and I suspect the
answer is to change from removing the select to making it be "select ...
if X86"
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241116/b44261ec/attachment.sig>
More information about the U-Boot
mailing list