9
0
Fork 0
barebox/drivers/nor
Sascha Hauer 2024fa56ff cfi flash: fix flash_make_cmd for big endian access
This is broken on big endian systems since:

943b271 cfi_flash: support of u32 cmd

I looked over it and I *think* that the function was correct
for both big and little endian systems before this patch.
To support u32 cmd we only have to change the data type of
the command from u8 to u32.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Teresa Gámez <t.gamez@phytec.de>
2011-09-23 16:32:48 +02:00
..
Kconfig nor: Add SPI flash driver 2011-08-24 18:44:31 +02:00
Makefile nor: Add SPI flash driver 2011-08-24 18:44:31 +02:00
cfi_flash.c cfi flash: fix flash_make_cmd for big endian access 2011-09-23 16:32:48 +02:00
cfi_flash.h cfi flash: use cpu native accessors 2011-09-23 16:32:48 +02:00
cfi_flash_amd.c cfi_flash: support of u32 cmd 2011-08-26 09:33:37 +02:00
cfi_flash_intel.c cfi_flash: support of u32 cmd 2011-08-26 09:33:37 +02:00
m25p80.c nor: Add SPI flash driver 2011-08-24 18:44:31 +02:00
m25p80.h nor: Add SPI flash driver 2011-08-24 18:44:31 +02:00