Commit dd6baa8b authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Pass the right address to register the RTC

Spotted by Willi Theiss.

Version 0.91. Tagged as 'OMAP3-0_91'
parent dc7c6198
/* (0.90)
/* (0.91)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.90
#define Module_MajorVersion_CMHG 0.91
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 01 Nov 2013
#define Module_Date_CMHG 09 Nov 2013
#define Module_MajorVersion "0.90"
#define Module_Version 90
#define Module_MajorVersion "0.91"
#define Module_Version 91
#define Module_MinorVersion ""
#define Module_Date "01 Nov 2013"
#define Module_Date "09 Nov 2013"
#define Module_ApplicationDate "01-Nov-13"
#define Module_ApplicationDate "09-Nov-13"
#define Module_ComponentName "OMAP3"
#define Module_ComponentPath "castle/RiscOS/Sources/HAL/OMAP3"
#define Module_FullVersion "0.90"
#define Module_HelpVersion "0.90 (01 Nov 2013)"
#define Module_LibraryVersionInfo "0:90"
#define Module_FullVersion "0.91"
#define Module_HelpVersion "0.91 (09 Nov 2013)"
#define Module_LibraryVersionInfo "0:91"
......@@ -73,8 +73,8 @@ RTC_Init
Pull "lr"
STR sb, [a1, #RTCDeviceHAL_SB]
MOV a2, a1
MOV a1, #0
ADR a2, RTCDevice
CallOS OS_AddDevice, tailcall
RTCDeviceTemplate
......
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