From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Tue, 29 Jan 2008 09:55:43 +0100 Subject: [U-Boot-Users] [PATCH 2/5] [ARM] AT91CAP9 support - cpu/ files In-Reply-To: <20080128211552.GA8079@game.jcrosoft.org> References: <1201517484.5985.26.camel@galileo> <1201517664.5985.30.camel@galileo> <20080128211552.GA8079@game.jcrosoft.org> Message-ID: <1201596943.6265.3.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le lundi 28 janvier 2008 ? 22:15 +0100, Jean-Christophe PLAGNIOL-VILLARD a ?crit : > On 11:54 Mon 28 Jan , Stelian Pop wrote: > > AT91CAP9 support - cpu/ files > > > > Signed-off-by: Stelian Pop > > > > --- > > include/asm-arm/arch-at91cap9/AT91CAP9.h | 518 ++++++++++++++++++++++++++++ > > include/asm-arm/arch-at91cap9/clk.h | 39 ++ > > include/asm-arm/arch-at91cap9/hardware.h | 38 ++ > > include/asm-arm/arch-at91cap9/memory-map.h | 34 ++ > > include/asm-arm/dma-mapping.h | 50 +++ > > 5 files changed, 679 insertions(+), 0 deletions(-) > > create mode 100644 include/asm-arm/arch-at91cap9/AT91CAP9.h > > create mode 100644 include/asm-arm/arch-at91cap9/clk.h > > create mode 100644 include/asm-arm/arch-at91cap9/hardware.h > > create mode 100644 include/asm-arm/arch-at91cap9/memory-map.h > > create mode 100644 include/asm-arm/dma-mapping.h > > > > Hi, > You heder files have some wired indentention with "#define" > somethime with a space some other time with one or multiple tab > could you it be more homogenous. Hmm, there are only five places where I fergot changing the tab to a space after the #define: #define AT91C_SMC_TDF #define AT91C_EBI_CS1A #define AT91C_EBI_CS4A #define AT91C_CCFG_AES_TDES_SELECT #define AT91C_PMC_PRES Are those the ones you're complaining about ? All the other tabs are intented to be where they are. -- Stelian Pop