diff options
author | Stefan Roese <sr@denx.de> | 2005-09-22 09:07:15 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-22 09:07:15 +0200 |
commit | 026cb5d864b7aeda23c1d53895cd1af3dca6ac75 (patch) | |
tree | 4f6f4ec9a640ae9c2e982f45fa41e44b3818a645 /include | |
parent | 98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2 (diff) | |
download | u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.zip u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.tar.gz u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.tar.bz2 |
esd PMC405 board updated
Patch by Matthias Fuchs, 22 Sep 2005
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/PMC405.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h index 11d6fa7..4548ca6 100644 --- a/include/configs/PMC405.h +++ b/include/configs/PMC405.h @@ -183,14 +183,17 @@ /*----------------------------------------------------------------------- * FLASH organization */ -#define CFG_FLASH_CFI 1 /* Flash is CFI conformant */ -#define CFG_MAX_FLASH_SECT 128 /* max number of sectors on one chip */ -#define CFG_MAX_FLASH_BANKS 2 /* max number of memory banks */ -#undef CFG_FLASH_PROTECTION /* don't use hardware protection */ -#define CFG_FLASH_USE_BUFFER_WRITE 1 /* use buffered writes (20x faster) */ #define CFG_FLASH_BASE 0xFE000000 #define CFG_FLASH_INCREMENT 0x01000000 +#define CFG_FLASH_CFI 1 /* Flash is CFI conformant */ +#define CFG_FLASH_CFI_DRIVER 1 /* Use the common driver */ +#define CFG_FLASH_PROTECTION 1 /* don't use hardware protection */ +#define CFG_FLASH_USE_BUFFER_WRITE 1 /* use buffered writes (20x faster) */ +#define CFG_MAX_FLASH_BANKS 2 /* max num of flash banks */ +#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE, CFG_FLASH_BASE + CFG_FLASH_INCREMENT } +#define CFG_MAX_FLASH_SECT 128 /* max num of sects on one chip */ + #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */ /* @@ -200,8 +203,8 @@ /* No command line, one static partition, whole device */ #undef CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_DEV "nor0" -#define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF -#define CONFIG_JFFS2_PART_OFFSET 0x00000000 +#define CONFIG_JFFS2_PART_SIZE 0x01b00000 +#define CONFIG_JFFS2_PART_OFFSET 0x00400000 /* mtdparts command line support */ /* Note: fake mtd_id used, no linux mtd map file */ |