From 6f94c89a685c13b46b60b0e9b5628f37d9b27d88 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 10 Aug 2008 18:12:17 +0000 Subject: [PATCH] Rename /packages/client-iface to /openprom/client-services git-svn-id: svn://coreboot.org/openbios/openbios-devel@229 f158a5a8-5612-0410-a976-696ce0be7e32 --- arch/sparc64/openbios.c | 2 +- forth/device/tree.fs | 6 ------ forth/system/ciface.fs | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/arch/sparc64/openbios.c b/arch/sparc64/openbios.c index 028fa26..d296ae2 100644 --- a/arch/sparc64/openbios.c +++ b/arch/sparc64/openbios.c @@ -360,7 +360,7 @@ static void cpu_generic_init(const struct cpudef *cpu) fword("property"); // Trap table - push_str("/packages/client-iface"); + push_str("/openprom/client-services"); fword("find-device"); bind_func("SUNW,set-trap-table", set_trap_table); } diff --git a/forth/device/tree.fs b/forth/device/tree.fs index 7bb3243..33cc182 100644 --- a/forth/device/tree.fs +++ b/forth/device/tree.fs @@ -44,12 +44,6 @@ new-device : open true ; : close ; - new-device - " client-services" device-name - : open true ; - : close ; - finish-device - finish-device new-device diff --git a/forth/system/ciface.fs b/forth/system/ciface.fs index 9e39637..e39f1d1 100644 --- a/forth/system/ciface.fs +++ b/forth/system/ciface.fs @@ -1,9 +1,9 @@ 0 value ciface-ph -dev /packages/ +dev /openprom/ new-device -" client-iface" device-name +" client-services" device-name active-package to ciface-ph