Remove an extra #endif from u-boot.factory
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 16:13:08 +0000 (16:13 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 16:13:08 +0000 (16:13 -0000)
target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch

index 59d2a0d4e25165eaddd5d4ca83c6254f6a903d29..7d1c958dcda967cfaf0f5eec53b1182f51399504 100644 (file)
@@ -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