From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 02 Aug 2011 11:46:01 +0000 Subject: [U-Boot] [PATCH 1/2] [V2] AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master In-Reply-To: <1307777486-16225-1-git-send-email-hong.xu@atmel.com> References: <1307777486-16225-1-git-send-email-hong.xu@atmel.com> Message-ID: <1312285561.31913.51.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Hong Xu, > Rework for AT91SAM9263 SoC, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > arch/arm/cpu/arm926ejs/at91/lowlevel_init.S | 2 +- > arch/arm/cpu/arm926ejs/at91/timer.c | 13 ++ > arch/arm/include/asm/arch-at91/at91_spi.h | 2 +- > arch/arm/include/asm/arch-at91/at91sam9263.h | 13 ++ > .../arm/include/asm/arch-at91/at91sam9263_matrix.h | 146 ++++++-------------- > arch/arm/include/asm/arch-at91/at91sam9_sdramc.h | 2 +- > 6 files changed, 71 insertions(+), 107 deletions(-) Could you please rebase and reissue this patch based onto current master (without the timer.c changes)? Thanks, Reinhard