diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-12-02 20:43:50 -0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-12-09 16:13:19 -0800 |
commit | a4ff18e9ed1ddde1f0bcc26bd05730b50b227f48 (patch) | |
tree | 2d9356ed9c03d5f4cb85832844ea8c2d9d76cf68 /drivers/remoteproc | |
parent | 8af1d63e638b7e9cbfa5469cda0c041c1b64b791 (diff) | |
download | linux-stable-a4ff18e9ed1ddde1f0bcc26bd05730b50b227f48.tar.gz linux-stable-a4ff18e9ed1ddde1f0bcc26bd05730b50b227f48.tar.bz2 linux-stable-a4ff18e9ed1ddde1f0bcc26bd05730b50b227f48.zip |
remoteproc: Remove "experimental" warning
Warning users that remoteproc and it's binary format are under
development doesn't serve much of a purpose. Different drivers support
different image formats and the resource table has a version field that
would need to be bumped when incompatible changes are introduced.
So lets drop this warning to clean up the kernel log.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/remoteproc_core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index f0f6ec1ab12b..fc2ebff7d332 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -1298,9 +1298,6 @@ int rproc_add(struct rproc *rproc) dev_info(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 */ rproc_create_debug_dir(rproc); ret = rproc_add_virtio_devices(rproc); |