diff options
Diffstat (limited to 'rtas')
-rw-r--r-- | rtas/reloc.S | 2 | ||||
-rw-r--r-- | rtas/rtas_call.c | 2 | ||||
-rw-r--r-- | rtas/rtas_entry.S | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/rtas/reloc.S b/rtas/reloc.S index 1b5b59a..8e2e936 100644 --- a/rtas/reloc.S +++ b/rtas/reloc.S @@ -19,7 +19,7 @@ Function: r4: Configuration Output: r3: Entry point for rtas calls -Decription: Called by OpenFirmware to instantiate rtas, needs to copy +Description: Called by OpenFirmware to instantiate rtas, needs to copy itself to destination, also do a relocations. */ diff --git a/rtas/rtas_call.c b/rtas/rtas_call.c index 8c7532c..61671d4 100644 --- a/rtas/rtas_call.c +++ b/rtas/rtas_call.c @@ -38,7 +38,7 @@ Function: rtas_call rtas_args: pointer to RTAS arguments structure Output: -Decription: Handle RTAS call. This C function is called +Description: Handle RTAS call. This C function is called from the asm function rtas_entry. */ diff --git a/rtas/rtas_entry.S b/rtas/rtas_entry.S index 424137b..50411dc 100644 --- a/rtas/rtas_entry.S +++ b/rtas/rtas_entry.S @@ -20,9 +20,8 @@ Function: r4: base address Output: -Decription: Main entry point, called from OS. Second parameter is not - used. - +Description: + Main entry point, called from OS. Second parameter is not used. */ .globl rtas_entry rtas_entry: |