u-boot/arch/sandbox
Andrew Goodbody 99afa58e6d sandbox: Correct guard around readq/writeq
In include/linux/io.h the declarations of ioread64 and iowrite64
which make use of readq/writeq are guarded with CONFIG_64BIT so
guard the sandbox declarations of readq and writeq also with
CONFIG_64BIT.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2024-12-31 10:58:30 -06:00
..
cpu sandbox: Add a -N flag to control on-host behaviour 2024-11-09 10:00:15 +01:00
dts bootstd: Add test for Android boot image v2 2024-11-26 09:59:01 +01:00
include/asm sandbox: Correct guard around readq/writeq 2024-12-31 10:58:30 -06:00
lib acpi: x86: Move MADT to common code 2024-10-27 17:12:44 -06:00
config.mk efi_loader: move HOST_ARCH to version_autogenerated.h 2024-04-08 13:04:48 +02:00
Kconfig sandbox: improve description of CONFIG_SANDBOX_CRASH_RESET 2024-04-12 08:53:31 -06:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00