[U-Boot-Users] [PATCH] 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

In message 1208024984.8004.10.camel@elrond.atmel.sweden you wrote:
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
Applied, thanks.
--=-4PTOBbJqMcii1Pmj++mI Content-Disposition: attachment; filename=partition.patch Content-Type: text/x-patch; name=partition.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit
But please post patches inline instead of as MIME attachments.
Best regards,
Wolfgang Denk
participants (2)
-
Ulf Samuelsson
-
Wolfgang Denk