projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df35f45
)
README: Fix typo in description of CONFIG_OF_EMBED
author
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 25 Aug 2017 22:34:14 +0000
(07:34 +0900)
committer
Tom Rini
<
[email protected]
>
Fri, 8 Sep 2017 14:15:47 +0000
(10:15 -0400)
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]
>
README
patch
|
blob
|
history
diff --git
a/README
b/README
index fc40ddfb27604ade74c216aa6328b8bb2a56f5f5..a46850c8085d5ced315e54cea8e18269367687a5 100644
(file)
--- 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