Эх сурвалжийг харах

microblaze: Enable buffer write for NOR flashes

It speeds up writing a lot.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek 11 жил өмнө
parent
commit
22ff7f4d19

+ 2 - 1
include/configs/microblaze-generic.h

@@ -200,7 +200,8 @@
 # define CONFIG_SYS_MAX_FLASH_SECT	512
 # define CONFIG_SYS_MAX_FLASH_SECT	512
 /* hardware flash protection */
 /* hardware flash protection */
 # define CONFIG_SYS_FLASH_PROTECTION
 # define CONFIG_SYS_FLASH_PROTECTION
-
+/* use buffered writes (20x faster) */
+# define	CONFIG_SYS_FLASH_USE_BUFFER_WRITE	1
 # ifdef	RAMENV
 # ifdef	RAMENV
 #  define CONFIG_ENV_IS_NOWHERE	1
 #  define CONFIG_ENV_IS_NOWHERE	1
 #  define CONFIG_ENV_SIZE	0x1000
 #  define CONFIG_ENV_SIZE	0x1000