X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_gpio.c;h=65d6df451c6d4f4c5dc9c26a94a02a536b42386e;hb=8e3da9dd113699eed2fa05fcde3c55a2ff410913;hp=c0cdc5f6fdfd7669d0151c07367f0e974a05f26b;hpb=0757535a7eee3ae5603520fe4a0588a01a590ea7;p=karo-tx-uboot.git diff --git a/common/cmd_gpio.c b/common/cmd_gpio.c index c0cdc5f6fd..65d6df451c 100644 --- a/common/cmd_gpio.c +++ b/common/cmd_gpio.c @@ -12,7 +12,7 @@ #include #include -int __weak name_to_gpio(const char *name) +__weak int name_to_gpio(const char *name) { return simple_strtoul(name, NULL, 10); }