diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2019-11-13 18:18:03 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:23 -0500 |
commit | 32f2ca2a7e2ec3ecd0cfd56faebf4003001226fd (patch) | |
tree | 738383ff9ec849bcb34f3a3e53ac0de433cd2d38 /doc/README.SPL | |
parent | 983c0f91d8644c74a781dd63d5fe9f86c1f9d827 (diff) |
cosmetic: Fix spelling and whitespace errors
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Diffstat (limited to 'doc/README.SPL')
-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 6eed83f8c5..3c931ec720 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -75,7 +75,7 @@ with: - the nodes with one pre-relocation property: 'u-boot,dm-pre-reloc' or 'u-boot,dm-spl' -ftgrep is also used to remove: +fdtgrep is also used to remove: - the properties defined in CONFIG_OF_SPL_REMOVE_PROPS - all the pre-relocation properties ('u-boot,dm-pre-reloc', 'u-boot,dm-spl' and 'u-boot,dm-tpl') |