From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Sat, 11 Jun 2011 08:17:31 +0200 Subject: [U-Boot] [PATCH] Makes AT91SAM9261-EK build correctly against the mainline HEAD In-Reply-To: <1307772069-13120-1-git-send-email-hong.xu@atmel.com> References: <1307772069-13120-1-git-send-email-hong.xu@atmel.com> Message-ID: <4DF3087B.3070606@emk-elektronik.de> 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 AT91SAM9261-EK, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: voice > Signed-off-by: Hong Xu > --- > Makefile | 23 ---- > arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 45 +++---- > arch/arm/include/asm/arch-at91/at91_spi.h | 2 +- > arch/arm/include/asm/arch-at91/at91sam9261.h | 2 +- > .../arm/include/asm/arch-at91/at91sam9261_matrix.h | 77 +++++------ > board/atmel/at91sam9261ek/at91sam9261ek.c | 136 ++++++++++--------- > board/atmel/at91sam9261ek/config.mk | 1 - > board/atmel/at91sam9261ek/led.c | 7 +- > boards.cfg | 6 + > include/configs/at91sam9261ek.h | 81 +++++++----- > 10 files changed, 184 insertions(+), 196 deletions(-) > delete mode 100644 board/atmel/at91sam9261ek/config.mk Could you please make separate patches for the parts that fix the SoC itself, and for what fixes the board? I by now have several similar SoC fixes gotten as patches, I have to somehow make the best of them.... I might have to pick parts from each of them. Best Regards, Reinhard