mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
nios2: Fix AMDLV065D flash write bug in altera board common tree.
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
parent
3a89a91a10
commit
9e486ab1c9
@ -172,7 +172,7 @@ int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt)
|
|||||||
writeb (0xaa, cmd);
|
writeb (0xaa, cmd);
|
||||||
writeb (0x55, cmd);
|
writeb (0x55, cmd);
|
||||||
writeb (0xa0, cmd);
|
writeb (0xa0, cmd);
|
||||||
writeb (dst, b);
|
writeb (b, dst);
|
||||||
|
|
||||||
/* Verify write */
|
/* Verify write */
|
||||||
start = get_timer (0);
|
start = get_timer (0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user