mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()
It should be "writable". Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c9a1df027a
commit
866f11efd7
@ -22,7 +22,7 @@ static int dm_test_fdtdec_set_carveout(struct unit_test_state *uts)
|
||||
blob = malloc(blob_sz);
|
||||
ut_assertnonnull(blob);
|
||||
|
||||
/* Make a writtable copy of the fdt blob */
|
||||
/* Make a writable copy of the fdt blob */
|
||||
ut_assertok(fdt_open_into(gd->fdt_blob, blob, blob_sz));
|
||||
|
||||
resv.start = 0x1000;
|
||||
|
Loading…
Reference in New Issue
Block a user