Home
last modified time | relevance | path

Searched hist:c3a60cb3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/atmel/at91sam9260ek/
H A DMakefilec3a60cb3 Sat Apr 12 13:29:44 CDT 2008 Ulf Samuelsson <ulf@atmel.com> Clean up dataflash partitioning

This patch removes the board dependent parts from
"drivers/mtd/dataflash.c".
Each board relying on this, will have the appropriate
code in a new file, "partition.c" in the board directory.
board Makefiles updated to use the file.

The dataflash partitions are aligned on sector/page boundaries.

The CONFIG_NEW_DF_PARTITION was used to create named partitions
This is now the default operation, and the CONFIG variable is removed.

Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
/openbmc/u-boot/include/configs/
H A Dat91sam9260ek.h86c8c8a4 Thu May 08 13:52:21 CDT 2008 Stelian Pop <stelian@popies.net> AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND

This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
in order to cope with the changes in DataFlash partitionning scheme
(cset c3a60cb3).

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>