diff options
| author | Cibil Pankiras <[email protected]> | 2025-11-20 14:32:00 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-05 16:24:56 -0600 |
| commit | 1165e8efcba0ab3efd1ea4ff956d26746fc386b0 (patch) | |
| tree | 4efb43d9719b8157f557449d5563fbd71690ce3f /include | |
| parent | 717f8ded395fc0369620c3935980642fed909345 (diff) | |
reboot-mode: Correct macro name from U_BOOT_DEVICE to U_BOOT_DRVINFO
The macro U_BOOT_DEVICE has been renamed to U_BOOT_DRVINFO.
This patch updates the reference in reboot-mode-gpio.h.
Signed-off-by: Cibil Pankiras <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/reboot-mode/reboot-mode-gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reboot-mode/reboot-mode-gpio.h b/include/reboot-mode/reboot-mode-gpio.h index 16b1185c698..e862d94fadf 100644 --- a/include/reboot-mode/reboot-mode-gpio.h +++ b/include/reboot-mode/reboot-mode-gpio.h @@ -9,7 +9,7 @@ #include <asm/gpio.h> /* - * In case of initializing the driver statically (using U_BOOT_DEVICE macro), + * In case of initializing the driver statically (using U_BOOT_DRVINFO macro), * we can use this struct to declare the pins used. */ |
