aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-30 23:03:54 -0400
committerTom Rini <trini@konsulko.com>2021-11-05 11:23:29 -0400
commit4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc (patch)
tree60eb405800b486b2cebf611acf913ed03c6c90b3 /README
parent74337aa4506c76e790ab45ad4f4ab854f25d19da (diff)
downloadu-boot-4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc.zip
u-boot-4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc.tar.gz
u-boot-4d7a3f52d03ed6668ca6cc2ed009c1f9bb0007dc.tar.bz2
Convert CONFIG_OF_EMBED to Kconfig
This converts the following to Kconfig: CONFIG_OF_EMBED Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 840b192..420513f 100644
--- a/README
+++ b/README
@@ -673,13 +673,6 @@ The following options need to be configured:
U-Boot needs to get its device tree from somewhere. This can
be done using one of the three options below:
- CONFIG_OF_EMBED
- If this variable is defined, U-Boot will embed a device tree
- 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->fdt_blob.
-
CONFIG_OF_SEPARATE
If this variable is defined, U-Boot will build a device tree
binary. It will be called u-boot.dtb. Architecture-specific