summaryrefslogtreecommitdiff
path: root/packages/uboot-utils/files/fw_env.h.patch
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-04-10 17:43:07 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-04-10 17:43:07 +0000
commit47f4090dc92198099ede07f4afd65d34bfb4ef29 (patch)
treeaa25a6c4f9327d9a876e32604e428551c51e9206 /packages/uboot-utils/files/fw_env.h.patch
parentdb6adbc25654083dec7a65d86d72c77eae577696 (diff)
uboot-utils: Try removing the files one more time
Diffstat (limited to 'packages/uboot-utils/files/fw_env.h.patch')
-rw-r--r--packages/uboot-utils/files/fw_env.h.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/uboot-utils/files/fw_env.h.patch b/packages/uboot-utils/files/fw_env.h.patch
deleted file mode 100644
index 2ef2bb83c4..0000000000
--- a/packages/uboot-utils/files/fw_env.h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- u-boot-1.1.2.orig/tools/env/fw_env.h 2003-06-27 14:32:49.000000000 -0700
-+++ u-boot-1.1.2/tools/env/fw_env.h 2006-11-16 10:51:01.000000000 -0800
-@@ -27,14 +27,15 @@
- * See included "fw_env.config" sample file (TRAB board)
- * for notes on configuration.
- */
--#define CONFIG_FILE "/etc/fw_env.config"
-
--#define HAVE_REDUND /* For systems with 2 env sectors */
--#define DEVICE1_NAME "/dev/mtd1"
-+/* #define CONFIG_FILE "/etc/fw_env.config" */
-+
-+#undef HAVE_REDUND /* For systems with 2 env sectors */
-+#define DEVICE1_NAME "/dev/mtd/3"
- #define DEVICE2_NAME "/dev/mtd2"
--#define DEVICE1_OFFSET 0x0000
--#define ENV1_SIZE 0x4000
--#define DEVICE1_ESIZE 0x4000
-+#define DEVICE1_OFFSET 0x30000
-+#define ENV1_SIZE 0x10000
-+#define DEVICE1_ESIZE 0x10000
- #define DEVICE2_OFFSET 0x0000
- #define ENV2_SIZE 0x4000
- #define DEVICE2_ESIZE 0x4000