diff options
Diffstat (limited to 'src/soc/ti/am335x/dmtimer.c')
-rw-r--r-- | src/soc/ti/am335x/dmtimer.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/ti/am335x/dmtimer.c b/src/soc/ti/am335x/dmtimer.c deleted file mode 100644 index b3aa7a18ba..0000000000 --- a/src/soc/ti/am335x/dmtimer.c +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include "dmtimer.h" - -void dmtimer_start(int num) -{ -} - -uint64_t dmtimer_raw_value(int num) -{ - return 0; -} |