X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fupdate.c;h=f237ea53bb2a7df7c10e5a0bca7ab33029c81d90;hb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;hp=33bffaa89eca52014e88fdab626912be8f55bbdf;hpb=26f9184e094541b672f83f23652e2e737d5d0729;p=u-boot diff --git a/common/update.c b/common/update.c index 33bffaa89e..f237ea53bb 100644 --- a/common/update.c +++ b/common/update.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2008 Semihalf * * Written by: Rafal Czubak * Bartlomiej Sieka - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -24,6 +23,7 @@ #include #include #include +#include /* env variable holding the location of the update file */ #define UPDATE_FILE_ENV "updatefile"