mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
microblaze: Enable buffer write for NOR flashes
It speeds up writing a lot. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ef2c1d8583
commit
22ff7f4d19
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@
|
|||
# define CONFIG_SYS_MAX_FLASH_SECT 512
|
||||
/* hardware flash protection */
|
||||
# define CONFIG_SYS_FLASH_PROTECTION
|
||||
|
||||
/* use buffered writes (20x faster) */
|
||||
# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1
|
||||
# ifdef RAMENV
|
||||
# define CONFIG_ENV_IS_NOWHERE 1
|
||||
# define CONFIG_ENV_SIZE 0x1000
|
||||
|
|
Loading…
Add table
Reference in a new issue