[PATCH 3/3] ARM: start-pbl.c: unificate path to lib/decompress_*.c
Antony Pavlov
antonynpavlov at gmail.com
Sun Nov 18 10:29:29 EST 2012
Sorry, not "unificate" but "unify" of course.
On 17 November 2012 13:26, Antony Pavlov <antonynpavlov at gmail.com> wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> ---
> arch/arm/cpu/start-pbl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/cpu/start-pbl.c b/arch/arm/cpu/start-pbl.c
> index 79a3cdd..c5f9705 100644
> --- a/arch/arm/cpu/start-pbl.c
> +++ b/arch/arm/cpu/start-pbl.c
> @@ -66,7 +66,7 @@ extern void *input_data_end;
> #endif
>
> #ifdef CONFIG_IMAGE_COMPRESSION_GZIP
> -#include "../../../../lib/decompress_inflate.c"
> +#include "../../../lib/decompress_inflate.c"
> #endif
>
> static unsigned long *ttb;
> --
> 1.7.10.4
>
--
Best regards,
Antony Pavlov
More information about the barebox
mailing list