From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward L Swarthout Date: Fri, 16 May 2014 12:54:43 +0000 Subject: [U-Boot] [PATCH] mpc85xx: configs: remove c=ffe from default environment In-Reply-To: <53744793.6030800@freescale.com> References: <20140514193345.01b65f2100d2072ecc6d652a@freescale.com>, <53744793.6030800@freescale.com> Message-ID: <1400244876205.106@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 From: York Sun >On 05/14/2014 07:33 PM, Kim Phillips wrote: >> AFAICT, c=ffe does nothing and was a typo from the original commit >> d17123696c6180ac8b74fbd318bf14652623e982 "powerpc/p4080: Add support >> for the P4080DS board" and just kept on getting duplicated >> in subsequently added board config files. > > Thanks. I have been trying to get Kumar to respond but haven't heard from him. > It does look odd. I think we can delete them. ACK. It was a convenience variable to access ccsrbar space from scripts, but should have been changed to "c=fe" on p4080 and subsequent soc's. Ed