mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
fdtoverlay: Drop a a repeated article
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
9f8b382ed4
commit
390f481521
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static void *apply_one(char *base, const char *overlay, size_t *buf_len,
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We take a copies first, because a a failed apply can trash
|
* We take a copies first, because a failed apply can trash
|
||||||
* both the base blob and the overlay
|
* both the base blob and the overlay
|
||||||
*/
|
*/
|
||||||
tmpo = xmalloc(fdt_totalsize(overlay));
|
tmpo = xmalloc(fdt_totalsize(overlay));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue