Re: [PATCH 04/11] power: pmic: Make the uclass optional in SPL

2021-09-02 Thread Jaehoon Chung
On 8/22/21 8:05 AM, Samuel Holland wrote: > Some platforms still cannot use the driver model in SPL due to SRAM > space limitations. However, they need to use DM_PMIC in U-Boot proper. > Add a new symbol so that DM_PMIC can be disabled in SPL, while keeping > it available elsewhere. Also update the

[PATCH 04/11] power: pmic: Make the uclass optional in SPL

2021-08-21 Thread Samuel Holland
Some platforms still cannot use the driver model in SPL due to SRAM space limitations. However, they need to use DM_PMIC in U-Boot proper. Add a new symbol so that DM_PMIC can be disabled in SPL, while keeping it available elsewhere. Also update the SPL-specific symbols to depend on this new option