summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-04-28 19:27:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-28 19:27:07 +0000
commit451dbfc418dcc6e729760f5cdddda390fe656c2d (patch)
treece2ce302de2ededdfc955a6247706f9264133682 /packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch
parent06d7029eab67082c2790dafb6d8b592a5e7fbfaa (diff)
* add build for u-boot 1.1.4 with default_pref -1
* add patches required for u-boot on gumstix - close #862
Diffstat (limited to 'packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch')
-rw-r--r--packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch b/packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch
new file mode 100644
index 0000000000..b5736894c6
--- /dev/null
+++ b/packages/uboot/u-boot-1.1.4/u-boot-crc-warning-not-so-scary.patch
@@ -0,0 +1,11 @@
+--- u-boot-1.1.2/common/env_common.c 2005-06-15 12:38:53.632219409 -0700
++++ u-boot-1.1.2/common/env_common.c 2005-06-15 12:39:41.469052324 -0700
+@@ -237,7 +237,7 @@
+ #if defined(CONFIG_GTH) || defined(CFG_ENV_IS_NOWHERE) /* Environment not changable */
+ puts ("Using default environment\n\n");
+ #else
++ puts ("Using default environment\n\n");
+- puts ("*** Warning - bad CRC, using default environment\n\n");
+ SHOW_BOOT_PROGRESS (-1);
+ #endif
+