mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 17:47:54 +00:00
fdt: Clarify the fdt pre-relocation warning
Reword this so it is easier to understand. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9cf39bbe96
commit
c8a4e29386
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static oftree oftree_ensure(void *fdt)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (fdt != gd->fdt_blob) {
|
if (fdt != gd->fdt_blob) {
|
||||||
log_debug("Cannot only access control FDT before relocation\n");
|
log_debug("Only the control FDT can be accessed before relocation\n");
|
||||||
return oftree_null();
|
return oftree_null();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue