diff options
Diffstat (limited to 'packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch')
-rw-r--r-- | packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch b/packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch deleted file mode 100644 index 1864b4494e..0000000000 --- a/packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- u-boot-1.1.2/common/cmd_autoscript.c -+++ u-boot-1.1.2/common/cmd_autoscript.c -@@ -110,8 +110,8 @@ - return 1; - } - -- while (*len_ptr++); -+ do { len_ptr++; } while (!(*len_ptr)); - - /* make sure cmd is null terminated */ - memmove (cmd, (char *)len_ptr, len); - *(cmd + len) = 0; |