summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-05-04 04:47:31 -0400
committerTom Rini <trini@konsulko.com>2016-05-05 21:39:26 -0400
commit1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef (patch)
treed33c7d4d02e251e1f02aad52c7c60157259c864e /board/freescale
parentb955e42bad81a2ddad2f82c1843771de9bdfe6d4 (diff)
downloadblackbird-obmc-uboot-1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef.tar.gz
blackbird-obmc-uboot-1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef.zip
Fix various typos, scattered over the code.
Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/common/fsl_validate.c4
-rw-r--r--board/freescale/mx28evk/README2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/common/fsl_validate.c b/board/freescale/common/fsl_validate.c
index 64e4e300a5..8c171b13ed 100644
--- a/board/freescale/common/fsl_validate.c
+++ b/board/freescale/common/fsl_validate.c
@@ -812,9 +812,9 @@ static int calculate_cmp_img_sig(struct fsl_secboot_img_priv *img)
}
/* haddr - Address of the header of image to be validated.
* arg_hash_str - Option hash string. If provided, this
- * overides the key hash in the SFP fuses.
+ * overrides the key hash in the SFP fuses.
* img_addr_ptr - Optional pointer to address of image to be validated.
- * If non zero addr, this overides the addr of image in header,
+ * If non zero addr, this overrides the addr of image in header,
* otherwise updated to image addr in header.
* Acts as both input and output of function.
* This pointer shouldn't be NULL.
diff --git a/board/freescale/mx28evk/README b/board/freescale/mx28evk/README
index a248fb21df..b8bee8931c 100644
--- a/board/freescale/mx28evk/README
+++ b/board/freescale/mx28evk/README
@@ -45,7 +45,7 @@ or
or
-"make mx28evk_spi_config" - store enviroment variables into SPI NOR flash
+"make mx28evk_spi_config" - store environment variables into SPI NOR flash
Choose the target accordingly.
OpenPOWER on IntegriCloud