From: Jagannadha Sutradharudu Teki <402jagan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] versatile: board configs: Use buffered writes on flash
Date: Sun, 29 Jul 2012 19:56:08 +0530 [thread overview]
Message-ID: <1343571968-13243-2-git-send-email-402jagan@gmail.com> (raw)
In-Reply-To: <1343571968-13243-1-git-send-email-402jagan@gmail.com>
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: Jagannadha Sutradharudu Teki <402jagan@gmail.com>
---
include/configs/ca9x4_ct_vxp.h | 2 ++
include/configs/versatile.h | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
index 14b8146..c67be37 100644
--- a/include/configs/ca9x4_ct_vxp.h
+++ b/include/configs/ca9x4_ct_vxp.h
@@ -170,6 +170,8 @@
/* Room required on the stack for the environment data */
#define CONFIG_ENV_SIZE FLASH_MAX_SECTOR_SIZE
+#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* use buffered writes */
+
/*
* Amount of flash used for environment:
* We don't know which end has the small erase blocks so we use the penultimate
diff --git a/include/configs/versatile.h b/include/configs/versatile.h
index ff23a92..32ffd56 100644
--- a/include/configs/versatile.h
+++ b/include/configs/versatile.h
@@ -241,6 +241,7 @@
#define CONFIG_SYS_FLASH_PROTECTION /* The devices have real protection */
#define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */
+#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* use buffered writes */
#endif
#endif /* __CONFIG_H */
--
1.7.0.4
next prev parent reply other threads:[~2012-07-29 14:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-29 14:26 [U-Boot] [PATCH 0/1] versatile/vexpress: board configs: Use buffered writes on Flash Jagannadha Sutradharudu Teki
2012-07-29 14:26 ` Jagannadha Sutradharudu Teki [this message]
2012-10-18 18:36 ` [U-Boot] [PATCH 1/1] versatile: board configs: Use buffered writes on flash Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1343571968-13243-2-git-send-email-402jagan@gmail.com \
--to=402jagan@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox