diff options
| author | Jerome Forissier <jerome.forissier@linaro.org> | 2025-04-16 15:57:31 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-22 12:26:41 -0600 |
| commit | 753b7219c23191cb2a6468cd1acbfaeccf1380a2 (patch) | |
| tree | 0835872e472a8bddd79945ba3ccaaae90d9bcd7f /configs/qemu-riscv32_spl_defconfig | |
| parent | 83fc6005cdaf703ff26d635d72bcccf2081ad5d8 (diff) | |
configs: enable CONFIG_UNIT_TEST for all qemu* generic targets
The qemu* "generic" targets (i.e. not those emulating a particular
board) are typically used for testing as many features as possible,
especially in CI so it makes sense to have UNIT_TEST enabled for
all of the defconfigs for these targets.
Not enabling UNIT_TEST in qemu-x86_defconfig due to:
LD u-boot
ld.bfd: section .rel.dyn VMA wraps around address space
ld.bfd: section .start16 LMA [fffff800,fffff86f] overlaps section .rel.dyn LMA [ffffb77c,0002ac93]
make: *** [Makefile:1824: u-boot] Error 1
Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'configs/qemu-riscv32_spl_defconfig')
| -rw-r--r-- | configs/qemu-riscv32_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-riscv32_spl_defconfig b/configs/qemu-riscv32_spl_defconfig index 9906f8b2dad..8d5f9d9f5cc 100644 --- a/configs/qemu-riscv32_spl_defconfig +++ b/configs/qemu-riscv32_spl_defconfig @@ -26,3 +26,4 @@ CONFIG_DM_MTD=y CONFIG_FLASH_SHOW_PROGRESS=0 CONFIG_SYS_MAX_FLASH_BANKS=2 # CONFIG_BINMAN_FDT is not set +CONFIG_UNIT_TEST=y |
