mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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 <zlib.h>
|
||||
|
||||
#if defined(CONFIG_CMD_JFFS2)
|
||||
#if defined(CONFIG_CMD_CRAMFS)
|
||||
|
||||
static z_stream stream;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue