]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/bootp.c
ARM: tegra: pinctrl: remove func_safe
[karo-tx-uboot.git] / net / bootp.c
index 4300f1c2f19a7e09b947d0bc5df9079bd9ac4db6..189a00383543982c448d9d6713725fe32c1ba86b 100644 (file)
@@ -439,7 +439,7 @@ static int DhcpExtended(u8 *e, int message_type, IPaddr_t ServerID,
                        *e++ = 17;
                        *e++ = 0;       /* type 0 - UUID */
 
-                       uuid_str_to_bin(uuid, e);
+                       uuid_str_to_bin(uuid, e, UUID_STR_FORMAT_STD);
                        e += 16;
                } else {
                        printf("Invalid pxeuuid: %s\n", uuid);