diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-06 16:13:08 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-06 16:13:08 +0000 |
commit | b4a6b4eaa4fa5fcef8d2425e8c803b7e14452f29 (patch) | |
tree | 2040677137d011e8dbdd5efdcc1c45d2cefe26c2 /target | |
parent | 0590b0ff858851fd37b74a3417fe4a0290a85965 (diff) |
Remove an extra #endif from u-boot.factory
Diffstat (limited to 'target')
-rw-r--r-- | target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-009-factory.patch | 2 |
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 |