Re: [U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-12-02 Thread Kever Yang
Hi Tom, On 2019/12/3 上午7:02, Tom Rini wrote: This and 2/2 need to be checked (possibly again) for unexpected size growth. This patches should only affect those boards with SPL_LIBDISK_SUPPORT enabled, If this MACRO is enabled, the board wants to use partition, and all the related source code a

Re: [U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-12-02 Thread Tom Rini
On Thu, Nov 28, 2019 at 11:06:41AM +0800, Kever Yang wrote: > Hi Tom, Simon > ping... > Is it OK to merge this patch? > > Thanks > - Kever > > Kever Yang 于2019年8月15日周四 下午4:32写道: > > > The SPL disk driver can not depends on SPL_FRAMEWORK & PARTITIONS, which > > will enable the disk driver wh

Re: [U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-11-27 Thread Kever Yang
Hi Tom, Simon ping... Is it OK to merge this patch? Thanks - Kever Kever Yang 于2019年8月15日周四 下午4:32写道: > The SPL disk driver can not depends on SPL_FRAMEWORK & PARTITIONS, which > will enable the disk driver when we actually not need it. Use a separate > Kconfig to control the partition driv

[U-Boot] [PATCH v4 1/2] disk: update to use SPL_PARTITIONS for SPL

2019-08-15 Thread Kever Yang
The SPL disk driver can not depends on SPL_FRAMEWORK & PARTITIONS, which will enable the disk driver when we actually not need it. Use a separate Kconfig to control the partition driver in SPL and fix the issue caused by: Fixes: 91ff686562 ("blk: Rework guard around part_init call") Signed-off-by: