Skip to content
Snippets Groups Projects
Commit ef476836 authored by Hannes Schmelzer's avatar Hannes Schmelzer Committed by Simon Glass
Browse files

cmd/fdt: add possibilty to have 'extrasize' on fdt resize


Sometimes devicetree nodes and or properties are added out of the u-boot
console, maybe through some script or manual interaction.

The devicetree as loaded or embedded is quite small, so the devicetree
has to be resized to take up those new nodes/properties.

In original the devicetree was only extended by effective
4 * add_mem_rsv.

With this commit we can add an argument to the "fdt resize" command,
which takes the extrasize to be added.

Signed-off-by: default avatarHannes Schmelzer <hannes.schmelzer@br-automation.com>

Signed-off-by: default avatarHannes Schmelzer <oe5hpm@oevsv.at>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent c69f6d04
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