From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 28 Jan 2008 22:15:52 +0100 Subject: [U-Boot-Users] [PATCH 2/5] [ARM] AT91CAP9 support - cpu/ files In-Reply-To: <1201517664.5985.30.camel@galileo> References: <1201517484.5985.26.camel@galileo> <1201517664.5985.30.camel@galileo> Message-ID: <20080128211552.GA8079@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Best Regards, J.