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 <cibil.pankiras@egym.com>
This commit is contained in:
Cibil Pankiras
2025-11-20 14:32:00 +01:00
committed by Tom Rini
parent 717f8ded39
commit 1165e8efcb

View 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.
*/