Hi Eran, On Mon, May 30, 2016 at 07:07:17PM +0300, Eran Matityahu wrote:
[...] > diff --git a/include/splash.h b/include/splash.h > index f0755ca..617b514 100644 > --- a/include/splash.h > +++ b/include/splash.h > @@ -1,22 +1,7 @@ > /* > * Copyright (C) 2013, Boundary Devices <i...@boundarydevices.com> > * > - * See file CREDITS for list of people who contributed to this > - * project. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License as > - * published by the Free Software Foundation; either version 2 of > - * the License, or (at your option) any later version. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, write to the Free Software > - * Foundation, Inc., http://www.fsf.org/about/contact/ > + * SPDX-License-Identifier: GPL-2.0+ > */ > > #ifndef _SPLASH_H_ > @@ -41,8 +26,10 @@ struct splash_location { > char *name; > enum splash_storage storage; > enum splash_flags flags; > - u32 offset; /* offset from start of storage */ > - char *devpart; /* Use the load command dev:part conventions */ > + u32 offset; /* Offset from start of storage */ > + char *devpart; /* Use the load command dev:part conventions */ The above two changes, as well as the header SDPX change, are unrelated to the subject of the patch. These are cleanup changes, and should be done in a separate patch. Aside from this, Acked-by: Nikita Kiryanov <nik...@compulab.co.il> > + char *mtdpart; /* MTD partition for ubi part */ > + char *ubivol; /* UBI volume-name for ubifsmount */ > }; > > int splash_source_load(struct splash_location *locations, uint size); > -- > 1.9.1 > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot