Re: [U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config

2018-08-06 Thread Anatolij Gustschin
On Fri, 27 Jul 2018 10:20:37 +0800 Peng Fan peng@nxp.com wrote: > Add CONFIG_SPL_POWER_DOMAIN config entry. > Build drivers/power/domain if this config is selected. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > > V2: New > > common/spl/Kconfig| 9 + >

Re: [U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config

2018-07-30 Thread Simon Glass
On 26 July 2018 at 20:20, Peng Fan wrote: > Add CONFIG_SPL_POWER_DOMAIN config entry. > Build drivers/power/domain if this config is selected. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > > V2: New > > common/spl/Kconfig| 9 + > drivers/Makefile | 1 +

[U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config

2018-07-26 Thread Peng Fan
Add CONFIG_SPL_POWER_DOMAIN config entry. Build drivers/power/domain if this config is selected. Signed-off-by: Peng Fan Cc: Simon Glass --- V2: New common/spl/Kconfig| 9 + drivers/Makefile | 1 + drivers/power/domain/Makefile | 2 +- 3 files changed, 11