From 68d97a517da3aed67d973e853b311c9c5d303cc2 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 7 Jan 2009 15:46:49 +0000 Subject: [PATCH] Delete tree.c, accidentally left from r362 git-svn-id: svn://coreboot.org/openbios/openbios-devel@364 f158a5a8-5612-0410-a976-696ce0be7e32 --- arch/ppc/qemu/tree.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 arch/ppc/qemu/tree.c diff --git a/arch/ppc/qemu/tree.c b/arch/ppc/qemu/tree.c deleted file mode 100644 index 487b30e..0000000 --- a/arch/ppc/qemu/tree.c +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Creation Date: <2004/08/28 18:38:22 greg> - * Time-stamp: <2004/08/28 18:38:22 greg> - * - * - * - * device tree setup - * - * Copyright (C) 2004 Greg Watson - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 - * - */ - -#include "openbios/config.h" -#include "openbios/bindings.h" -#include "qemu.h" - -void devtree_init( void ) -{ - fword("init-qemu-tree"); -}