Commit cd583051 authored by Loic PALLARDY's avatar Loic PALLARDY Committed by Bjorn Andersson

remoteproc: Modify FW_RSC_ADDR_ANY definition

Replace 0xFFFFFFFFFFFFFFFF by -1 to fit any type.
Signed-off-by: default avatarLoic Pallardy <loic.pallardy@st.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f4e1f9bb
...@@ -118,7 +118,7 @@ enum fw_resource_type { ...@@ -118,7 +118,7 @@ enum fw_resource_type {
RSC_LAST = 4, RSC_LAST = 4,
}; };
#define FW_RSC_ADDR_ANY (0xFFFFFFFFFFFFFFFF) #define FW_RSC_ADDR_ANY (-1)
/** /**
* struct fw_rsc_carveout - physically contiguous memory request * struct fw_rsc_carveout - physically contiguous memory request
......
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