diff options
| author | Tom Rini <[email protected]> | 2023-03-01 16:07:24 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-01 16:07:24 -0500 |
| commit | 33fb2d130e28982b488c2a54978031835ed2aa71 (patch) | |
| tree | bcbe5f62935925e7f2df5bfc2380e8d740646f44 /drivers/timer | |
| parent | b0eda49bc9b00503366f2ec431be0178caf9e9b5 (diff) | |
| parent | abe2a16aa52ea21acb435e9f1d9c85f5ac4e7794 (diff) | |
Merge tag 'dm-pull-29feb23' of https://source.denx.de/u-boot/custodians/u-boot-dm
minor sandbox fixes
a37xx fix
Add camel-case tool, since the conversion will take a while
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/sandbox_timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/timer/sandbox_timer.c b/drivers/timer/sandbox_timer.c index c846bfb9f12..1da7e0c3a76 100644 --- a/drivers/timer/sandbox_timer.c +++ b/drivers/timer/sandbox_timer.c @@ -66,6 +66,8 @@ U_BOOT_DRIVER(sandbox_timer) = { }; /* This is here in case we don't have a device tree */ +#if !CONFIG_IS_ENABLED(OF_PLATDATA) U_BOOT_DRVINFO(sandbox_timer_non_fdt) = { .name = "sandbox_timer", }; +#endif |
