Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-18 | Clean up dataflash partitioning | Ulf Samuelsson | |
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> | |||
2008-04-01 | AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile | Jean-Christophe PLAGNIOL-VILLARD | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2008-04-01 | Add support for AT91SAM9260EK | Stelian Pop | |
Support for booting from internal DataFlash, external DataFlash card or NAND flash is available. Signed-off-by: Stelian Pop <stelian@popies.net> |