diff options
| author | Tom Rini <[email protected]> | 2024-10-28 09:20:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-28 09:20:56 -0600 |
| commit | f2533fb04893467cc64fd5e31158a8c861c0a883 (patch) | |
| tree | 6b8fd72381d41b2d8af7fef322ce912b1af6138d /include | |
| parent | 3df6145db0ed3430a2af089db5a82372bea3f4d5 (diff) | |
| parent | 9e859849e2caa17d730bc4507fd6ef3c7959d3b4 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/23051
- risc-v: Add Zicbom support
- board: Support RVVM board
- DTS: device tree fixes
- configs: Enable some configs
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/qemu-riscv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h index 2f594bfcfd6..cf4fcb90b04 100644 --- a/include/configs/qemu-riscv.h +++ b/include/configs/qemu-riscv.h @@ -22,6 +22,7 @@ "stderr=serial,vidconsole\0" #define BOOT_TARGET_DEVICES(func) \ + func(NVME, nvme, 0) \ func(VIRTIO, virtio, 0) \ func(VIRTIO, virtio, 1) \ func(SCSI, scsi, 0) \ |
