On Mon, 2016-01-18 at 12:27 +0800, Dongsheng Wang wrote:
> +
> +#ifdef CONFIG_ARMV7_PSCI_GTE_1_0
> +     tmp = fdt_psci_gte_1_0_fixup(fdt, nodeoff);
>       if (tmp)
>               return tmp;
> -     tmp = fdt_setprop_u32(fdt, nodeoff, "migrate", PSCI_FN_MIGRATE);
> +#endif
> +     tmp = fdt_psci_0_1_fixup(fdt, nodeoff);

The "gte" is needless verbosity and is inconsistent with "fdt_psci_0_1_fixup"
which lacks it.

-Scott

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to