mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
cramfs: Fix ifdef
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
b8aa57b5d4
commit
0210cff3d0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include <watchdog.h>
|
#include <watchdog.h>
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
|
||||||
#if defined(CONFIG_CMD_JFFS2)
|
#if defined(CONFIG_CMD_CRAMFS)
|
||||||
|
|
||||||
static z_stream stream;
|
static z_stream stream;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue