From 1165e8efcba0ab3efd1ea4ff956d26746fc386b0 Mon Sep 17 00:00:00 2001 From: Cibil Pankiras Date: Thu, 20 Nov 2025 14:32:00 +0100 Subject: [PATCH] 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 --- include/reboot-mode/reboot-mode-gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3