Skip to content
Snippets Groups Projects
Commit c3a60cb3 authored by Ulf Samuelsson's avatar Ulf Samuelsson Committed by Wolfgang Denk
Browse files

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: default avatarUlf Samuelsson <ulf@atmel.com>
parent 51ecde94
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment