mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +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 {
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue