|
@@ -426,7 +426,7 @@ static void cfu_fdro_cfi_transfer_packet(XlnxCfiIf *cfi_if, XlnxCfiPacket *pkt)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static Property cfu_props[] = {
|
|
|
+static const Property cfu_props[] = {
|
|
|
DEFINE_PROP_LINK("cframe0", XlnxVersalCFUAPB, cfg.cframe[0],
|
|
|
TYPE_XLNX_CFI_IF, XlnxCfiIf *),
|
|
|
DEFINE_PROP_LINK("cframe1", XlnxVersalCFUAPB, cfg.cframe[1],
|
|
@@ -460,7 +460,7 @@ static Property cfu_props[] = {
|
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
|
};
|
|
|
|
|
|
-static Property cfu_sfr_props[] = {
|
|
|
+static const Property cfu_sfr_props[] = {
|
|
|
DEFINE_PROP_LINK("cfu", XlnxVersalCFUSFR, cfg.cfu,
|
|
|
TYPE_XLNX_VERSAL_CFU_APB, XlnxVersalCFUAPB *),
|
|
|
DEFINE_PROP_END_OF_LIST(),
|