1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2007-07-11 12:13:53 +02:00
committed by Wolfgang Denk
parent e9514751cf
commit 3865b1fb78
5 changed files with 6 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
#if defined(CONFIG_CMD_FLASH)
#if (defined(CONFIG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE)
#if defined(CONFIG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE)
#include <jffs2/jffs2.h>
/* parition handling routines */