Skip to content
Snippets Groups Projects
Commit 63b4b5ba authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

fdt: Add DEV_TREE_BIN option to specify a device tree binary file


In some cases, an externally-built device tree binary is required to be
attached to U-Boot. An example is when using image signing, since in that
case the .dtb file must include the public keys.

Add a DEV_TREE_BIN option to the Makefile, and update the documentation.

Usage is something like:

	make DEV_TREE_BIN=boot/am335x-boneblack-pubkey.dtb

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 31890ae2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment