diff options
| author | Tom Rini <[email protected]> | 2022-03-16 08:11:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-16 08:11:53 -0400 |
| commit | 469c1bc688a1f607dea477ad1e7b2a067166d268 (patch) | |
| tree | 8d8cfc505ed6dd347aa637c14e148a76c7e9e502 /test | |
| parent | 91e9f20768a316297cdc9acfdf4698aabb77761f (diff) | |
| parent | aa34e13346cf727197981c599f688b406005049a (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
- k210 updates
Diffstat (limited to 'test')
| -rw-r--r-- | test/dm/k210_pll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/k210_pll.c b/test/dm/k210_pll.c index f55379f3365..a0cc84c3961 100644 --- a/test/dm/k210_pll.c +++ b/test/dm/k210_pll.c @@ -7,7 +7,7 @@ /* For DIV_ROUND_DOWN_ULL, defined in linux/kernel.h */ #include <div64.h> #include <dm/test.h> -#include <kendryte/pll.h> +#include <k210/pll.h> #include <test/ut.h> static int dm_test_k210_pll_calc_config(u32 rate, u32 rate_in, |
