From: Cibil Pankiras Date: Thu, 20 Nov 2025 13:32:00 +0000 (+0100) Subject: reboot-mode: Correct macro name from U_BOOT_DEVICE to U_BOOT_DRVINFO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1165e8efcba0ab3efd1ea4ff956d26746fc386b0;p=thirdparty%2Fu-boot.git 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 --- 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 /* - * 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. */