1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

doc: README.generic-board: Fix typo

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Fabio Estevam
2014-04-22 15:45:42 -03:00
committed by Tom Rini
parent 822ef00e98
commit 96ee97a17b

View File

@@ -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