target/microblaze: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 14:44:59 +00:00
parent 032c2ec4ee
commit f3d9225f6a

View File

@ -339,7 +339,7 @@ static void mb_cpu_initfn(Object *obj)
object_property_add_alias(obj, "little-endian", obj, "endianness"); object_property_add_alias(obj, "little-endian", obj, "endianness");
} }
static Property mb_properties[] = { static const Property mb_properties[] = {
/* /*
* Following properties are used by Xilinx DTS conversion tool * Following properties are used by Xilinx DTS conversion tool
* do not rename them. * do not rename them.