From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 11:10:31 +0200 Subject: [U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config In-Reply-To: <20180727022039.11147-2-peng.fan@nxp.com> References: <20180727022039.11147-1-peng.fan@nxp.com> <20180727022039.11147-2-peng.fan@nxp.com> Message-ID: <20180806111031.5eceb6f0@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Jul 2018 10:20:37 +0800 Peng Fan peng.fan at 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 +++++++++ > drivers/Makefile | 1 + > drivers/power/domain/Makefile | 2 +- > 3 files changed, 11 insertions(+), 1 deletion(-) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij