| 1 | --- a/common/env_common.c |
| 2 | +++ b/common/env_common.c |
| 3 | @@ -26,6 +26,7 @@ |
| 4 | |
| 5 | #include <common.h> |
| 6 | #include <command.h> |
| 7 | +#include <configs/ifx-common.h> |
| 8 | #include <environment.h> |
| 9 | #include <linux/stddef.h> |
| 10 | #include <malloc.h> |
| 11 | --- a/common/env_embedded.c |
| 12 | +++ b/common/env_embedded.c |
| 13 | @@ -27,6 +27,7 @@ |
| 14 | #define __ASM_STUB_PROCESSOR_H__ /* don't include asm/processor. */ |
| 15 | #include <config.h> |
| 16 | #undef __ASSEMBLY__ |
| 17 | +#include <configs/ifx-common.h> |
| 18 | #include <environment.h> |
| 19 | |
| 20 | /* |
| 21 | |