arch/ppc/qemu: Add parse hex words for compatibility with Apple OF
Apple OF has parse-1hex, parse-2hex, parse-3hex words that may be used by FCode ROMs so add these for compatibility Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
c967b4c947
commit
af97fd7af5
|
@ -95,6 +95,14 @@ variable keyboard-phandle 0 keyboard-phandle !
|
|||
set-defaults
|
||||
; PREPOST-initializer
|
||||
|
||||
\ -------------------------------------------------------------------------
|
||||
\ Mac OF specific words
|
||||
\ -------------------------------------------------------------------------
|
||||
|
||||
: parse-1hex 1 parse-nhex ;
|
||||
: parse-2hex 2 parse-nhex ;
|
||||
: parse-3hex 3 parse-nhex ;
|
||||
|
||||
\ -------------------------------------------------------------------------
|
||||
\ copyright property handling
|
||||
\ -------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue