From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 11:09:27 +0200 Subject: [U-Boot] [PATCH V2 1/4] power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined In-Reply-To: <20180727022039.11147-1-peng.fan@nxp.com> References: <20180727022039.11147-1-peng.fan@nxp.com> Message-ID: <20180806110927.5be506b2@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peng, On Fri, 27 Jul 2018 10:20:36 +0800 Peng Fan peng.fan at nxp.com wrote: > Add dummy functions when CONFIG_POWER_DOMAIN not defined. > > Signed-off-by: Peng Fan > --- > > V2: Use CONFIG_IS_ENABLED > > include/power-domain.h | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij