mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 05:11:46 +00:00
remoteproc: Modify FW_RSC_ADDR_ANY definition
Replace 0xFFFFFFFFFFFFFFFF by -1 to fit any type. Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
f4e1f9bb34
commit
cd58305120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue