summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <[email protected]>2017-08-26 07:34:14 +0900
committerTom Rini <[email protected]>2017-09-08 10:15:47 -0400
commiteb3eb6020f7afc452a9c5c8d8e317da156954694 (patch)
tree7ee2173f2743d4e887dbcb108fbd7a39e0f712bf
parentdf35f4530b5bb3c462d9da1b065b3a3a0ec196d3 (diff)
README: Fix typo in description of CONFIG_OF_EMBED
The correct name is 'gd->fdt_blob', not 'gd->blob'. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> CC: Simon Glass <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fc40ddfb276..a46850c8085 100644
--- a/README
+++ b/README
@@ -776,7 +776,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