[U-Boot] [PATCH] README: Fix typo in description of CONFIG_OF_EMBED
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Fri Aug 25 22:34:14 UTC 2017
The correct name is 'gd->fdt_blob', not 'gd->blob'.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
CC: Simon Glass <sjg at chromium.org>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.13.2
More information about the U-Boot
mailing list