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

@@ -12,8 +12,7 @@
#include "sntp.h"
#if (defined(CONFIG_CMD_NET) \
&& defined(CONFIG_CMD_SNTP)
#if defined(CONFIG_CMD_NET) && defined(CONFIG_CMD_SNTP)
#define SNTP_TIMEOUT 10