1
0
Fork 0

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>
hifive-unleashed-5.1
Loic PALLARDY 2016-09-06 09:39:42 +02:00 committed by Bjorn Andersson
parent f4e1f9bb34
commit cd58305120
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ enum fw_resource_type {
RSC_LAST = 4,
};
#define FW_RSC_ADDR_ANY (0xFFFFFFFFFFFFFFFF)
#define FW_RSC_ADDR_ANY (-1)
/**
* struct fw_rsc_carveout - physically contiguous memory request