From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 3 Jan 2015 21:26:17 +0100 Subject: [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix In-Reply-To: <20150102051055.GA4873@amd> References: <1420053301-10023-1-git-send-email-marex@denx.de> <1420053301-10023-2-git-send-email-marex@denx.de> <20150102051055.GA4873@amd> Message-ID: <201501032126.17737.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, January 02, 2015 at 06:10:56 AM, Pavel Machek wrote: > On Wed 2014-12-31 20:14:49, Marek Vasut wrote: > > Replace multiple spaces with a single tab. > > > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Acked-by: Pavel Machek > > > +#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764) > > +#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719) > > +#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955) > > +#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766) > > Removing ()s would be nice, too. > > But this is autogenerated file, so we'd need to get altera to fix > their tools...? Hi! No, we need to get this information into DT and zap this file altogether. While this might take a bit more time, that's the ultimate goal here. Best regards, Marek Vasut