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:
committed by
Wolfgang Denk
parent
e9514751cf
commit
3865b1fb78
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user