[U-Boot] [PATCH 1/2] arm: socfpga: Fix typos in DT files (environmnet -> environment)
Marek Vasut
marex at denx.de
Mon Apr 18 15:27:19 CEST 2016
On 04/18/2016 02:22 PM, Stefan Roese wrote:
> Fix a small typo in some of the SoCFPGA dts files that has spread via
> copy-and-paste.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Chin Liang See <clsee at altera.com>
Acked-by: Marek Vasut <marex at denx.de>
> ---
> arch/arm/dts/socfpga_arria5_socdk.dts | 2 +-
> arch/arm/dts/socfpga_cyclone5_socdk.dts | 2 +-
> arch/arm/dts/socfpga_cyclone5_sr1500.dts | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts
> index 9ac48a1..7265058 100644
> --- a/arch/arm/dts/socfpga_arria5_socdk.dts
> +++ b/arch/arm/dts/socfpga_arria5_socdk.dts
> @@ -21,7 +21,7 @@
> };
>
> aliases {
> - /* this allow the ethaddr uboot environmnet variable contents
> + /* this allow the ethaddr uboot environment variable contents
> * to be added to the gmac1 device tree blob.
> */
> ethernet0 = &gmac1;
> diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> index da13435..d4df1a1 100644
> --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> @@ -21,7 +21,7 @@
> };
>
> aliases {
> - /* this allow the ethaddr uboot environmnet variable contents
> + /* this allow the ethaddr uboot environment variable contents
> * to be added to the gmac1 device tree blob.
> */
> ethernet0 = &gmac1;
> diff --git a/arch/arm/dts/socfpga_cyclone5_sr1500.dts b/arch/arm/dts/socfpga_cyclone5_sr1500.dts
> index 32c6aad..739bbb7 100644
> --- a/arch/arm/dts/socfpga_cyclone5_sr1500.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_sr1500.dts
> @@ -16,7 +16,7 @@
>
> aliases {
> /*
> - * This allows the ethaddr uboot environmnet variable
> + * This allows the ethaddr uboot environment variable
> * contents to be added to the gmac1 device tree blob.
> */
> ethernet0 = &gmac1;
>
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list