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:
Simon Glass 2023-06-01 10:22:41 -06:00 committed by Tom Rini
parent 9cf39bbe96
commit c8a4e29386

View file

@ -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();
}
}