
u-boot-users-bounces@lists.sourceforge.net wrote on :
On Tue, Mar 27, 2007 at 06:10:50PM +0200, Ulf Samuelsson wrote:
Author: Ulf Samuelsson ulf@atmel.com Date: 2007-03-27 Subject: "1.at45":(1 of 4) [PATCH] [ARM] Merge to two files into a common file and split.
CHANGELOG: [PATCH] [ARM] Merge to two files into a common file and split.
Merge to two virtually identical files.
"board/at91rm9200dk/at45.c" "board/cmc_pu2/at45.c" (one bug fixed first) into "driver/at45.c" then move at91rm9200 specific functions from "driver/at45.c" to: "cpu/arm920t/at91rm9200/spi.c Update Makefiles to reflect change
Here it goes again. Splitted into two patches for easier review. Second one only removes board/cmc_pu2/at45.c
Signed-off-by: Ulf Samuelsson ulf@atmel.com Signed-off-by: Ladislav Michl ladis@linux-mips.org
Consolidate AT45 dataflash driver.
As a user of the cmc_pu2 board I think this changes are OK. I wonder, why the at45.c driver actually is part of the cmc_pu2 porting at all? As far as I could remember, there is no external SPI flash on this board (only NOR Flash is soldered). Or could this driver be used to access some AT91RM920 internal flash?
Regards, Martin