diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-01-01 18:25:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-01-01 18:25:51 +0000 |
commit | c1d065924561a3ff02168409b436b31e49f1a79f (patch) | |
tree | 34b61b193806fc0830cfaa47893ab72bb819e883 /sys/arch/riscv64 | |
parent | 99e1cfbb727f49d73ecf43495c86f735f1928e9f (diff) |
Move fdt attachment into sys/conf/files.conf instead of duplicating it on
an MD basis.
ok patrick@
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/conf/files.riscv64 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/riscv64/conf/files.riscv64 b/sys/arch/riscv64/conf/files.riscv64 index b415c7e2db7..eb15831ea4e 100644 --- a/sys/arch/riscv64/conf/files.riscv64 +++ b/sys/arch/riscv64/conf/files.riscv64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.riscv64,v 1.27 2023/09/23 18:29:55 kettenis Exp $ +# $OpenBSD: files.riscv64,v 1.28 2024/01/01 18:25:50 kettenis Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -46,8 +46,6 @@ file arch/riscv64/dev/pci_machdep.c pseudo-device openprom file arch/riscv64/riscv64/openprom.c openprom needs-flag -define fdt {[early = 0]} - # # mainbus # |