This website works better with JavaScript.
Home
Explore
Help
Sign In
arm-boot
/
u-boot-imx
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
175
Wiki
Activity
Browse Source
cramfs: Fix ifdef
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
imx_v2009.08_10.04.01
Jean-Christophe PLAGNIOL-VILLARD
13 years ago
committed by
Wolfgang Denk
parent
b8aa57b5d4
commit
0210cff3d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fs/cramfs/uncompress.c
+ 1
- 1
fs/cramfs/uncompress.c
View File
@ -25,7 +25,7 @@
#
include
<watchdog.h>
#
include
<zlib.h>
#
if defined(CONFIG_CMD_
JFFS2
)
#
if defined(CONFIG_CMD_
CRAMFS
)
static
z_stream
stream
;
Write
Preview
Loading…
Cancel
Save