Remove the need for the delay to be zero when MULTIDELAY is undefined,
it may be useful to only enable this in some configs. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
75a63b2de3
commit
12f7add9f7
@ -93,7 +93,7 @@ extern platform_method_t fdt_platform_methods[];
|
||||
#ifdef MULTIDELAY
|
||||
#define FDT_PLATFORM_CTASSERT(delay) CTASSERT(delay > 0)
|
||||
#else
|
||||
#define FDT_PLATFORM_CTASSERT(delay) CTASSERT(delay == 0)
|
||||
#define FDT_PLATFORM_CTASSERT(delay)
|
||||
#endif
|
||||
|
||||
#define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, size, compatible, \
|
||||
|
Loading…
Reference in New Issue
Block a user