fixing typo error in README file. CPU15 -> CP15
It looks typo error. Not CPU15, CP15(CoProcessor15) Signed-off-by: yeongjun Kim <iam.yeongjunkim@gmail.com>
This commit is contained in:
parent
3cc1f380e5
commit
90211f772b
2
README
2
README
|
@ -4811,7 +4811,7 @@ Low Level (hardware related) configuration options:
|
||||||
|
|
||||||
- CONFIG_SKIP_LOWLEVEL_INIT_ONLY
|
- CONFIG_SKIP_LOWLEVEL_INIT_ONLY
|
||||||
[ARM926EJ-S only] This allows just the call to lowlevel_init()
|
[ARM926EJ-S only] This allows just the call to lowlevel_init()
|
||||||
to be skipped. The normal CPU15 init (such as enabling the
|
to be skipped. The normal CP15 init (such as enabling the
|
||||||
instruction cache) is still performed.
|
instruction cache) is still performed.
|
||||||
|
|
||||||
- CONFIG_SPL_BUILD
|
- CONFIG_SPL_BUILD
|
||||||
|
|
Loading…
Reference in New Issue