diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-04-22 15:45:42 -0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-12 15:19:46 -0400 |
commit | 96ee97a17b0d093e8af067acce76de3622ddf3a0 (patch) | |
tree | fade8fe79e1a5397613e0917fa42711c68f97278 /doc | |
parent | 822ef00e989f1b99d8f0554d74fa0d97ce007f06 (diff) | |
download | u-boot-imx-96ee97a17b0d093e8af067acce76de3622ddf3a0.zip u-boot-imx-96ee97a17b0d093e8af067acce76de3622ddf3a0.tar.gz u-boot-imx-96ee97a17b0d093e8af067acce76de3622ddf3a0.tar.bz2 |
doc: README.generic-board: Fix typo
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.generic-board | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.generic-board b/doc/README.generic-board index 50d3a26..17da0b9 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -17,7 +17,7 @@ architecture-specific board.c file before October 2014. Background ---------- -U-Boot has tranditionally had a board.c file for each architecture. This has +U-Boot has traditionally had a board.c file for each architecture. This has introduced quite a lot of duplication, with each architecture tending to do initialisation slightly differently. To address this, a new 'generic board init' feature was introduced a year ago in March 2013 (further motivation is |