|
@@ -1275,6 +1275,9 @@ int rproc_register(struct rproc *rproc)
|
|
|
|
|
|
dev_info(rproc->dev, "%s is available\n", rproc->name);
|
|
dev_info(rproc->dev, "%s is available\n", rproc->name);
|
|
|
|
|
|
|
|
+ dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n");
|
|
|
|
+ dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.\n");
|
|
|
|
+
|
|
/* create debugfs entries */
|
|
/* create debugfs entries */
|
|
rproc_create_debug_dir(rproc);
|
|
rproc_create_debug_dir(rproc);
|
|
|
|
|