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:
parent
032c2ec4ee
commit
f3d9225f6a
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user