aboutsummaryrefslogtreecommitdiff
path: root/machine/machine.ac
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-10-30 15:28:04 -0700
committerAndrew Waterman <andrew@sifive.com>2020-10-30 15:28:04 -0700
commitdef2f01eee49aa639c6e393d161687998cd64c4e (patch)
treea0e2d1d247ea8fcf5fb3daf63c04db0103a7725c /machine/machine.ac
parenta161e6f3ef31004e47a5b94b85c2e84b764f8637 (diff)
downloadriscv-pk-def2f01eee49aa639c6e393d161687998cd64c4e.zip
riscv-pk-def2f01eee49aa639c6e393d161687998cd64c4e.tar.gz
riscv-pk-def2f01eee49aa639c6e393d161687998cd64c4e.tar.bz2
Revert "Disable device tree filter when load a dts from file (#217)"
This reverts commit a161e6f3ef31004e47a5b94b85c2e84b764f8637. Resolves #218
Diffstat (limited to 'machine/machine.ac')
-rw-r--r--machine/machine.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/machine/machine.ac b/machine/machine.ac
index e3033b2..a787113 100644
--- a/machine/machine.ac
+++ b/machine/machine.ac
@@ -4,7 +4,3 @@ AC_ARG_ENABLE([fp-emulation], AS_HELP_STRING([--disable-fp-emulation], [Disable
AS_IF([test "x$enable_fp_emulation" != "xno"], [
AC_DEFINE([PK_ENABLE_FP_EMULATION],,[Define if floating-point emulation is enabled])
])
-
-AC_ARG_WITH([dts], AS_HELP_STRING([--with-dts], [Support a machine dts]),
- [AC_SUBST([MACHINE_DTS], $with_dts, [machine dts])]
-)