From CHRP bindings 1.5 draft.
For now just use it an an alias to instantiate-rtas.
Signed-off-by: Andreas Färber andreas.faerber@web.de --- arch/ppc/qemu/methods.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/ppc/qemu/methods.c b/arch/ppc/qemu/methods.c index 71a364f..f27d532 100644 --- a/arch/ppc/qemu/methods.c +++ b/arch/ppc/qemu/methods.c @@ -56,6 +56,7 @@ rtas_instantiate( void ) NODE_METHODS( rtas ) = { { "instantiate", rtas_instantiate }, { "instantiate-rtas", rtas_instantiate }, + { "instantiate-rtas-64", rtas_instantiate }, }; #endif