diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-07-02 15:42:47 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-03 09:35:50 -0400 |
commit | a544eaddccbc16cfa01482122ea364706988ff18 (patch) | |
tree | 68bdae306536b98ffc52f40fcda7e6b1ad0ed1d9 /doc | |
parent | c1273d7162bd4bf795f8637cac3532a490dd9024 (diff) |
cosmetic: README.SPL: fix a typo
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.SPL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.SPL b/doc/README.SPL index 4e1cb288004..ac9a2137c8b 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -77,7 +77,7 @@ an SPL CPU in boards.cfg as follows: normal_cpu:spl_cpu -This this case CPU will be set to "normal_cpu" during the main u-boot +This case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the SPL build. |