diff mbox

[U-Boot] README: Fix typo in description of CONFIG_OF_EMBED

Message ID 20170825223414.11182-1-iwamatsu@nigauri.org
State Accepted
Commit eb3eb6020f7afc452a9c5c8d8e317da156954694
Delegated to: Tom Rini
Headers show

Commit Message

Nobuhiro Iwamatsu Aug. 25, 2017, 10:34 p.m. UTC
The correct name is 'gd->fdt_blob', not 'gd->blob'.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Simon Glass <sjg@chromium.org>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Aug. 26, 2017, 1:36 p.m. UTC | #1
On 25 August 2017 at 16:34, Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
> The correct name is 'gd->fdt_blob', not 'gd->blob'.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> CC: Simon Glass <sjg@chromium.org>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Sept. 8, 2017, 3:58 p.m. UTC | #2
On Sat, Aug 26, 2017 at 07:34:14AM +0900, Nobuhiro Iwamatsu wrote:

> The correct name is 'gd->fdt_blob', not 'gd->blob'.
> 
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> CC: Simon Glass <sjg@chromium.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

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

Patch

diff --git a/README b/README
index 1edf3dbbd8..6adbe6b435 100644
--- a/README
+++ b/README
@@ -892,7 +892,7 @@  The following options need to be configured:
 		binary in its image. This device tree file should be in the
 		board directory and called <soc>-<board>.dts. The binary file
 		is then picked up in board_init_f() and made available through
-		the global data structure as gd->blob.
+		the global data structure as gd->fdt_blob.
 
 		CONFIG_OF_SEPARATE
 		If this variable is defined, U-Boot will build a device tree