]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
reboot-mode: Correct macro name from U_BOOT_DEVICE to U_BOOT_DRVINFO
authorCibil Pankiras <cibil.pankiras@egym.com>
Thu, 20 Nov 2025 13:32:00 +0000 (14:32 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 22:24:56 +0000 (16:24 -0600)
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@egym.com>
include/reboot-mode/reboot-mode-gpio.h

index 16b1185c698e904d8e87e61da7bdc9c758e06f63..e862d94fadf188c12c7dbec231c954e2709d0701 100644 (file)
@@ -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.
  */