Commit 717c86f3 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Flash upgrade works this time.

Version 4.75. Tagged as 'Kernel-4_75'
parent b006da95
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.74"
Module_Version SETA 474
Module_MajorVersion SETS "4.75"
Module_Version SETA 475
Module_MinorVersion SETS ""
Module_Date SETS "14 Apr 1999"
Module_FullVersion SETS "4.74"
Module_FullVersion SETS "4.75"
END
/* (4.74)
/* (4.75)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.74
#define Module_MajorVersion_CMHG 4.75
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Apr 1999
#define Module_MajorVersion "4.74"
#define Module_Version 474
#define Module_MajorVersion "4.75"
#define Module_Version 475
#define Module_MinorVersion ""
#define Module_Date "14 Apr 1999"
#define Module_FullVersion "4.74"
#define Module_FullVersion "4.75"
......@@ -474,7 +474,7 @@ FR_ParallelRead ROUT
MOV R1,#&21 ; Input, IRQ off, BUSY high, nACK low
STRB R1,[R9,#8]
;Make sure nACK bit (nSTROBE) has returned high
02 LDRB R0,[R9,#4]
02 LDRB R1,[R9,#4]
TST R1,#&40
BEQ %BT02
;Finish nAck pulse by clearing nSTROBE bit (puts nACK high). Keep BUSY high
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment