diff mbox series

doc: multi-dtb-fit: Remove double underscores

Message ID 20200705220450.3311-1-festevam@gmail.com
State Accepted
Commit eeda3d749703993818bb9544d4be7be8701a40b1
Delegated to: Tom Rini
Headers show
Series doc: multi-dtb-fit: Remove double underscores | expand

Commit Message

Fabio Estevam July 5, 2020, 10:04 p.m. UTC
Remove the incorrect usage of double underscores for the
CONFIG_OF_LIST and CONFIG_SPL_OF_LIST symbols.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 doc/README.multi-dtb-fit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini July 17, 2020, 8:58 p.m. UTC | #1
On Sun, Jul 05, 2020 at 07:04:50PM -0300, Fabio Estevam wrote:

> Remove the incorrect usage of double underscores for the
> CONFIG_OF_LIST and CONFIG_SPL_OF_LIST symbols.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/README.multi-dtb-fit b/doc/README.multi-dtb-fit
index 6cc4965bea..f48450efcc 100644
--- a/doc/README.multi-dtb-fit
+++ b/doc/README.multi-dtb-fit
@@ -9,7 +9,7 @@  U-Boot flavor:
 Usually the DTB is selected by the SPL and passed down to U-Boot. But some
 platforms don't use the SPL. In this case MULTI_DTB_FIT can used to provide
 U-Boot with a choice of DTBs.
-The relevant DTBs are packed into a FIT (list provided by CONFIG__OF_LIST). The
+The relevant DTBs are packed into a FIT (list provided by CONFIG_OF_LIST). The
 FIT is automatically generated at the end of the compilation and appended to
 u-boot.bin so that U-Boot can locate it and select the correct DTB from inside
 the FIT.
@@ -27,7 +27,7 @@  can be used.
 The relevant DTBs are packed into a FIT. This FIT is automatically generated
 at the end of the compilation, compressed and appended to u-boot-spl.bin, so
 that SPL can locate it and select the correct DTB from inside the FIT.
-CONFIG_SPL__OF_LIST is used to list the relevant DTBs.
+CONFIG_SPL_OF_LIST is used to list the relevant DTBs.
 The compression stage is optional but reduces the impact on the size of the
 SPL. LZO and GZIP compressions are supported. By default, the area where the
 FIT is uncompressed is dynamicaly allocated but this behaviour can be changed