9
0
Fork 0

ARM: start-pbl.c: unifify path to lib/decompress_*.c

It's three levels up, not four.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2012-11-17 13:26:01 +04:00 committed by Sascha Hauer
parent 543cf11ad4
commit 227f19b747
1 changed files with 1 additions and 1 deletions

View File

@ -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;