mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
sf: Code cleanups
- comment typo's - func args have a proper names Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
/* No enum list for write commands only QPP */
|
||||
/* sf param flags */
|
||||
#define SECT_4K 1 << 1
|
||||
#define SECT_32K 1 << 2
|
||||
#define E_FSR 1 << 3
|
||||
#define WR_QPP 1 << 4
|
||||
|
||||
/* Enum list - Full read commands */
|
||||
|
Reference in New Issue
Block a user