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

fdt: Update functions which write to an FDT to return -ENOSPC


When writing values into an FDT it is possible that there will be
insufficient space. If the caller gets a useful error then it can
potentially deal with the situation.

Adjust these functions to return -ENOSPC when the FDT is full.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 63b4b5ba
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