Re: [U-Boot] [PATCH v2 1/6] cbfs: Allow CBFS to be used in SPL

2019-08-18 Thread Bin Meng
On Fri, Aug 16, 2019 at 10:42 PM Bin Meng wrote: > > On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > > > Add a new Kconfig option to enable CBFS in SPL. This can be useful when > > the memory-init code is in CBFS. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Bin Meng > > --- > >

Re: [U-Boot] [PATCH v2 1/6] cbfs: Allow CBFS to be used in SPL

2019-08-16 Thread Bin Meng
On Thu, Aug 15, 2019 at 9:56 AM Simon Glass wrote: > > Add a new Kconfig option to enable CBFS in SPL. This can be useful when > the memory-init code is in CBFS. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Fix typo in Kconfig help > > fs/Makefile |

[U-Boot] [PATCH v2 1/6] cbfs: Allow CBFS to be used in SPL

2019-08-14 Thread Simon Glass
Add a new Kconfig option to enable CBFS in SPL. This can be useful when the memory-init code is in CBFS. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Fix typo in Kconfig help fs/Makefile | 1 + fs/cbfs/Kconfig | 12 2 files changed, 13 insertions(+)