Commit 2fd51811 authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen

remoteproc: remove unused resource type

RSC_VIRTIO_CFG isn't being used, so remove it.

Originally it was introduced to overcome a resource table limitation
that prevented describing a virtio device in a single resource table
entry.

The plan though is to describe resource table entries in a TLV fashion,
where each entry will consume the amount of space it requires,
so the original limitation is anyway temporary.
Reported-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent 7d2d3956
...@@ -122,7 +122,6 @@ enum fw_resource_type { ...@@ -122,7 +122,6 @@ enum fw_resource_type {
RSC_TRACE = 2, RSC_TRACE = 2,
RSC_VRING = 3, RSC_VRING = 3,
RSC_VIRTIO_DEV = 4, RSC_VIRTIO_DEV = 4,
RSC_VIRTIO_CFG = 5,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment