mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
sf: probe: Add support for flag status polling
From Micron, 512MB onwards, flash requires to poll flag status instead of read status- hence added E_FSR flag on spectific flash parts. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
/* SECT flags */
|
||||
#define SECT_4K (1 << 1)
|
||||
#define SECT_32K (1 << 2)
|
||||
#define E_FSR (1 << 3)
|
||||
|
||||
/* SST specific macros */
|
||||
#ifdef CONFIG_SPI_FLASH_SST
|
||||
|
Reference in New Issue
Block a user