u_boot_env_parse
EXPORT_SYMBOL_GPL(u_boot_env_parse);
return u_boot_env_parse(dev, layout->nvmem, format);
int u_boot_env_parse(struct device *dev, struct nvmem_device *nvmem,
return u_boot_env_parse(dev, priv->nvmem, priv->format);