summaryrefslogtreecommitdiff
path: root/target/u-boot
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-06 16:13:08 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-06 16:13:08 +0000
commitb4a6b4eaa4fa5fcef8d2425e8c803b7e14452f29 (patch)
tree2040677137d011e8dbdd5efdcc1c45d2cefe26c2 /target/u-boot
parent0590b0ff858851fd37b74a3417fe4a0290a85965 (diff)
Remove an extra #endif from u-boot.factory
Diffstat (limited to 'target/u-boot')
-rw-r--r--target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch b/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch
index 59d2a0d4e..7d1c958dc 100644
--- a/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch
+++ b/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch
@@ -309,7 +309,7 @@ diff -urN u-boot-2009.01-0rig//common/cmd_factory.c u-boot-2009.01/common/cmd_fa
+);
+#endif /* #if defined(CONFIG_LOAD_SCRIPTS) */
+
-+#endif /* CONFIG_DEFENV */
++
diff -urN u-boot-2009.01-0rig//common/Makefile u-boot-2009.01/common/Makefile
--- u-boot-2009.01-0rig//common/Makefile 2008-12-16 23:48:27.000000000 +0100
+++ u-boot-2009.01/common/Makefile 2009-01-02 19:17:16.000000000 +0100