diff options
Diffstat (limited to 'platform/generic')
| -rw-r--r-- | platform/generic/sifive/fu740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/generic/sifive/fu740.c b/platform/generic/sifive/fu740.c index f595c048..fe71ce6a 100644 --- a/platform/generic/sifive/fu740.c +++ b/platform/generic/sifive/fu740.c @@ -205,7 +205,7 @@ static int da9063_reset_init(void *fdt, int nodeoff, } static const struct fdt_match da9063_reset_match[] = { - { .compatible = "dlg,da9063", .data = (void *)TRUE }, + { .compatible = "dlg,da9063", .data = (void *)true }, { }, }; |
