From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 20 Aug 2014 12:37:07 -0700 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options In-Reply-To: <1404281655-31238-1-git-send-email-shaveta@freescale.com> References: <1404281655-31238-1-git-send-email-shaveta@freescale.com> Message-ID: <53F4F8E3.8030405@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/01/2014 11:14 PM, Shaveta Leekha wrote: > If hwconfig does not contains "en_cpc" then by default all cpcs are enabled > If this config is defined then only those individual cpcs which are defined > in the subargument of "en_cpc" will be enabled e.g en_cpc:cpc1,cpc2; (this > will enable cpc1 and cpc2) or en_cpc:cpc2; (this enables just cpc2) > > Signed-off-by: Shaveta Leekha > Signed-off-by: Sandeep Singh > --- Applied to u-boot-mpc85xx master branch, awaiting for upstream. York