From: Marek Szyprowski Date: Fri, 27 Nov 2020 15:10:34 +0000 (+0100) Subject: thor: add support for dfu_alt_info reintialization from the downloaded script X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f9a33b2bb54e94bb1ea947139131dca620f61b2;p=platform%2Fkernel%2Fu-boot.git thor: add support for dfu_alt_info reintialization from the downloaded script Reinitialize dfu_env_entities after flashing the 'SCRIPT' entity to ensure that the potential changes to the 'dfu_alt_info' environment variable are applied. Signed-off-by: Marek Szyprowski Change-Id: Iad98f348d25ee37fbb7493d4e567d1a4de55dc2c --- diff --git a/drivers/usb/gadget/f_thor.c b/drivers/usb/gadget/f_thor.c index 30f764f79f..36462dfdcd 100644 --- a/drivers/usb/gadget/f_thor.c +++ b/drivers/usb/gadget/f_thor.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "f_thor.h"