Skip to content
Snippets Groups Projects
Commit 7d98ba77 authored by Piotr Kruszynski's avatar Piotr Kruszynski Committed by Bartlomiej Sieka
Browse files

[Motion-PRO] Add MTD and JFFS2 support, also add default partition

definition.
parent de1de02a
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
CFG_CMD_PING | \ CFG_CMD_PING | \
CFG_CMD_IDE | \ CFG_CMD_IDE | \
CFG_CMD_FAT | \ CFG_CMD_FAT | \
CFG_CMD_JFFS2 | \
CFG_CMD_I2C | \ CFG_CMD_I2C | \
CFG_CMD_DATE | \ CFG_CMD_DATE | \
CFG_CMD_EEPROM) CFG_CMD_EEPROM)
...@@ -260,6 +261,14 @@ ...@@ -260,6 +261,14 @@
#define CFG_MAX_FLASH_SECT 256 /* max num of sects on one chip */ #define CFG_MAX_FLASH_SECT 256 /* max num of sects on one chip */
#define CONFIG_FLASH_16BIT /* Flash is 16-bit */ #define CONFIG_FLASH_16BIT /* Flash is 16-bit */
/*
* MTD configuration
*/
#define CONFIG_JFFS2_CMDLINE
#define MTDIDS_DEFAULT "nor0=motionpro-0"
#define MTDPARTS_DEFAULT "mtdparts=motionpro-0:" \
"13m(fs),2m(kernel),256k(uboot)," \
"64k(env),64k(dtb),-(user_data)"
/* /*
* IDE/ATA configuration * IDE/ATA configuration
......
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