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:
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user