On Mon, Feb 16, 2015 at 6:43 AM, Ryota Ozaki <ozaki.ry...@gmail.com> wrote:
> Signed-off-by: Ryota Ozaki <ozaki.ry...@gmail.com>
> Reviewed-by: Alistair Francis <alistair.fran...@xilinx.com>

Reviewed-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com>

> ---
>  target-arm/cpu64.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/target-arm/cpu64.c b/target-arm/cpu64.c
> index 823c739..270bc2f 100644
> --- a/target-arm/cpu64.c
> +++ b/target-arm/cpu64.c
> @@ -96,6 +96,7 @@ static void aarch64_a57_initfn(Object *obj)
>  {
>      ARMCPU *cpu = ARM_CPU(obj);
>
> +    cpu->dtb_compatible = "arm,cortex-a57";
>      set_feature(&cpu->env, ARM_FEATURE_V8);
>      set_feature(&cpu->env, ARM_FEATURE_VFP4);
>      set_feature(&cpu->env, ARM_FEATURE_NEON);
> --
> 2.3.0
>
>

Reply via email to