| 1 | Index: u-boot-2009.11.1/common/env_common.c |
| 2 | =================================================================== |
| 3 | --- u-boot-2009.11.1.orig/common/env_common.c 2010-01-25 09:35:12.000000000 +0100 |
| 4 | +++ u-boot-2009.11.1/common/env_common.c 2010-03-29 13:20:50.000000000 +0200 |
| 5 | @@ -26,6 +26,7 @@ |
| 6 | |
| 7 | #include <common.h> |
| 8 | #include <command.h> |
| 9 | +#include <configs/ifx-common.h> |
| 10 | #include <environment.h> |
| 11 | #include <linux/stddef.h> |
| 12 | #include <malloc.h> |
| 13 | Index: u-boot-2009.11.1/common/env_embedded.c |
| 14 | =================================================================== |
| 15 | --- u-boot-2009.11.1.orig/common/env_embedded.c 2010-03-29 13:22:19.000000000 +0200 |
| 16 | +++ u-boot-2009.11.1/common/env_embedded.c 2010-03-29 13:22:29.000000000 +0200 |
| 17 | @@ -27,6 +27,7 @@ |
| 18 | #define __ASM_STUB_PROCESSOR_H__ /* don't include asm/processor. */ |
| 19 | #include <config.h> |
| 20 | #undef __ASSEMBLY__ |
| 21 | +#include <configs/ifx-common.h> |
| 22 | #include <environment.h> |
| 23 | |
| 24 | /* |
| 25 | |