uboothardkernel-tftp-path-len-bigger.patch (308B)
1 diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c 2 index 77a7dd17ac..f75ba205ab 100644 3 --- a/common/cmd_pxe.c 4 +++ b/common/cmd_pxe.c 5 @@ -24,7 +24,7 @@ 6 7 #include "menu.h" 8 9 -#define MAX_TFTP_PATH_LEN 127 10 +#define MAX_TFTP_PATH_LEN 512 11 12 /* 13 * Like getenv, but prints an error if envvar isn't defined in the