]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_gpio.c
x86: Enable the queensbay cpu directory build
[u-boot] / common / cmd_gpio.c
index c0cdc5f6fdfd7669d0151c07367f0e974a05f26b..65d6df451c6d4f4c5dc9c26a94a02a536b42386e 100644 (file)
@@ -12,7 +12,7 @@
 #include <dm.h>
 #include <asm/gpio.h>
 
-int __weak name_to_gpio(const char *name)
+__weak int name_to_gpio(const char *name)
 {
        return simple_strtoul(name, NULL, 10);
 }