mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
@@ -81,8 +81,8 @@ static const char *__hwconfig(const char *opt, size_t *arglen,
|
||||
if (!env_hwconfig) {
|
||||
if (!(gd->flags & GD_FLG_ENV_READY)) {
|
||||
printf("WARNING: Calling __hwconfig without a buffer "
|
||||
"and before environment is ready\n");
|
||||
return NULL;
|
||||
"and before environment is ready\n");
|
||||
return NULL;
|
||||
}
|
||||
env_hwconfig = getenv("hwconfig");
|
||||
}
|
||||
|
Reference in New Issue
Block a user