[PATCH] reboot-mode: Correct macro name from U_BOOT_DEVICE to U_BOOT_DRVINFO

Cibil Pankiras cibil.pankiras at egym.com
Thu Nov 20 14:32:00 CET 2025


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 <cibil.pankiras at egym.com>
---
 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 <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.
  */
 
-- 
2.43.0


-- 
EGYM SE, Einsteinstraße 172, 81677 München
Geschäftsführende Direktoren: 
Patrick Meininger, Philipp Roesch-Schlanderer, Florian Sauter
Gerichtsstand 
München | Amtsgericht München HRB 303509 | USt.-Id. DE275313632


More information about the U-Boot mailing list