diff options
author | Stefan Roese <sr@denx.de> | 2016-04-18 14:22:04 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-20 11:28:45 +0200 |
commit | 84f841c5b973d9f69e9fe3574ee37926c7914432 (patch) | |
tree | f9963fa69a9a1e6e64965d1f2538fe9de7d52c0d /arch/arm/dts/socfpga_arria5_socdk.dts | |
parent | e026b984e68cac45a8e18fc55dd48f1b75f91298 (diff) |
arm: socfpga: Fix typos in DT files (environmnet -> environment)
Fix a small typo in some of the SoCFPGA dts files that has spread via
copy-and-paste.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'arch/arm/dts/socfpga_arria5_socdk.dts')
-rw-r--r-- | arch/arm/dts/socfpga_arria5_socdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts index 9ac48a1683..726505821f 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; |