diff options
author | Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at> | 2009-08-18 04:49:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-23 17:33:40 -0400 |
commit | c2fbcb6ae86c10621a386c13be57eaa766221ed5 (patch) | |
tree | 09a4a43a6467fd59fcbc304354bc48afcc222008 /include/configs/cm-bf537e.h | |
parent | a794f59a75bf9fd4a44f1ad2349cae903c42b89c (diff) | |
download | u-boot-imx-c2fbcb6ae86c10621a386c13be57eaa766221ed5.zip u-boot-imx-c2fbcb6ae86c10621a386c13be57eaa766221ed5.tar.gz u-boot-imx-c2fbcb6ae86c10621a386c13be57eaa766221ed5.tar.bz2 |
Blackfin: cm-bf527/cm-bf537: increase flash sectors
Newer revisions of these boards have slightly larger flashes, so increase
the configured number of sectors so that U-Boot works on all revisions.
Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/cm-bf537e.h')
-rw-r--r-- | include/configs/cm-bf537e.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm-bf537e.h b/include/configs/cm-bf537e.h index 021b631..34d4299 100644 --- a/include/configs/cm-bf537e.h +++ b/include/configs/cm-bf537e.h @@ -79,7 +79,7 @@ #define CONFIG_SYS_FLASH_CFI #define CONFIG_SYS_FLASH_PROTECTION #define CONFIG_SYS_MAX_FLASH_BANKS 1 -#define CONFIG_SYS_MAX_FLASH_SECT 32 +#define CONFIG_SYS_MAX_FLASH_SECT 35 /* |