Re: [U-Boot] [PATCH v8 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

2018-02-21 Thread Chee, Tien Fong
On Thu, 2018-02-15 at 15:59 +0100, Marek Vasut wrote: > On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > cmd_ubifs_mount() function would be called directly instead of > > involving whole command machinery for mounting ubifs

Re: [U-Boot] [PATCH v8 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

2018-02-15 Thread Marek Vasut
On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > cmd_ubifs_mount() function would be called directly instead of > involving whole command machinery for mounting ubifs in > generic firmware loader, so some checking codes need to be

[U-Boot] [PATCH v8 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

2018-02-04 Thread tien . fong . chee
From: Tien Fong Chee cmd_ubifs_mount() function would be called directly instead of involving whole command machinery for mounting ubifs in generic firmware loader, so some checking codes need to be factored out into cmd_ubifs_mount() without breaking original