diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/milkv_duo.h | 12 | ||||
| -rw-r--r-- | include/configs/qemu-riscv.h | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/milkv_duo.h b/include/configs/milkv_duo.h new file mode 100644 index 00000000000..0b4109dc1f7 --- /dev/null +++ b/include/configs/milkv_duo.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2024, Kongyang Liu <[email protected]> + * + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#define CFG_SYS_SDRAM_BASE 0x80000000 + +#endif /* __CONFIG_H */ diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h index 584559cfa32..2f594bfcfd6 100644 --- a/include/configs/qemu-riscv.h +++ b/include/configs/qemu-riscv.h @@ -23,6 +23,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(VIRTIO, virtio, 0) \ + func(VIRTIO, virtio, 1) \ func(SCSI, scsi, 0) \ func(DHCP, dhcp, na) |
