diff --git a/common/imd.c b/common/imd.c index 2c837d6..f84e344 100644 --- a/common/imd.c +++ b/common/imd.c @@ -22,6 +22,13 @@ #include #include #include + +#ifndef CONFIG_CMD_IMD +int imd_command_setenv(const char *variable_name, const char *value) +{ + return -ENOSYS; +} +#endif #endif /*