From: Nobuhiro Iwamatsu Date: Fri, 25 Aug 2017 22:34:14 +0000 (+0900) Subject: README: Fix typo in description of CONFIG_OF_EMBED X-Git-Tag: v2017.09~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb3eb6020f7afc452a9c5c8d8e317da156954694;p=u-boot README: Fix typo in description of CONFIG_OF_EMBED The correct name is 'gd->fdt_blob', not 'gd->blob'. Signed-off-by: Nobuhiro Iwamatsu CC: Simon Glass Reviewed-by: Simon Glass --- diff --git a/README b/README index fc40ddfb27..a46850c808 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 -.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