diff options
author | yeongjun Kim <iam.yeongjunkim@gmail.com> | 2016-07-20 22:56:12 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:25 -0400 |
commit | 90211f772b674d463f6622fb9982329cf4d6ec37 (patch) | |
tree | c77ca5583984c9e9aad5167a7ea04da94ce8469f | |
parent | 3cc1f380e518999e68fa64d200d19063f31cb023 (diff) | |
download | u-boot-imx-90211f772b674d463f6622fb9982329cf4d6ec37.zip u-boot-imx-90211f772b674d463f6622fb9982329cf4d6ec37.tar.gz u-boot-imx-90211f772b674d463f6622fb9982329cf4d6ec37.tar.bz2 |
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>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4811,7 +4811,7 @@ Low Level (hardware related) configuration options: - CONFIG_SKIP_LOWLEVEL_INIT_ONLY [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. - CONFIG_SPL_BUILD |