Skip to content
Snippets Groups Projects
Commit de1f9ac8 authored by Jagan Teki's avatar Jagan Teki Committed by Albert ARIBAUD
Browse files

versatile: board configs: Use buffered writes on flash


This patch provides a support to use buffered writes on flash
for versatile and vexpress boards.

This will certainly increase the flash writes.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <402jagan@gmail.com>
parent fb24ffc0
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,8 @@ ...@@ -163,6 +163,8 @@
/* Room required on the stack for the environment data */ /* Room required on the stack for the environment data */
#define CONFIG_ENV_SIZE FLASH_MAX_SECTOR_SIZE #define CONFIG_ENV_SIZE FLASH_MAX_SECTOR_SIZE
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* use buffered writes */
/* /*
* Amount of flash used for environment: * Amount of flash used for environment:
* We don't know which end has the small erase blocks so we use the penultimate * We don't know which end has the small erase blocks so we use the penultimate
......
...@@ -230,6 +230,7 @@ ...@@ -230,6 +230,7 @@
#define CONFIG_SYS_FLASH_PROTECTION /* The devices have real protection */ #define CONFIG_SYS_FLASH_PROTECTION /* The devices have real protection */
#define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */ #define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* use buffered writes */
#endif #endif
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
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