From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 22 Aug 2019 07:41:54 +0000 Subject: [U-Boot] [PATCH 2/2] drivers: ubi: Adding UBI loader for SPI flash In-Reply-To: <20190729074842.13799-2-tien.fong.chee@intel.com> References: <20190729074842.13799-1-tien.fong.chee@intel.com> <20190729074842.13799-2-tien.fong.chee@intel.com> Message-ID: <1566459714.10003.2.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Mon, 2019-07-29 at 15:48 +0800, tien.fong.chee at intel.com wrote: > From: Tien Fong Chee > > Adding UBI support for SPI flash. > > Signed-off-by: Tien Fong Chee > --- >  common/spl/spl_ubi.c        | 11 ++++++++++- >  drivers/mtd/spi/sf-uclass.c | 30 ++++++++++++++++++++++++++++++ >  include/spi_flash.h         | 10 ++++++++++ >  3 files changed, 50 insertions(+), 1 deletion(-) > > diff --git a/common/spl/spl_ubi.c b/common/spl/spl_ubi.c > index 0cb5080882..40a449b42b 100644 > --- a/common/spl/spl_ubi.c > +++ b/common/spl/spl_ubi.c [...] Any comment? THanks.