Browse Source

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>
main
Uwe Kleine-König 2 years ago committed by David Gibson
parent
commit
390f481521
  1. 2
      fdtoverlay.c

2
fdtoverlay.c

@ -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…
Cancel
Save