From be3e650d031916b132b4cef9d19e7844cca3440b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 28 Dec 2007 13:10:28 +0000 Subject: rename uboot directory for more consistency --- packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch (limited to 'packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch') 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 new file mode 100644 index 0000000000..1864b4494e --- /dev/null +++ b/packages/u-boot/u-boot-1.1.4/u-boot-autoscript.patch @@ -0,0 +1,12 @@ +--- 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; -- cgit v1.2.3