From ed44e4ddd41698bcc3f580d30e15316aa4a3a0aa Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 6 Feb 2008 12:02:29 -0300 Subject: [PATCH] Removed architecture/{powerpc64,sparc64,x86-64}/boot/boot.in because they were only used to source boot.in from the not-64 flavor of the arch --- architecture/powerpc64/boot/boot.in | 19 ------------------- architecture/sparc64/boot/boot.in | 19 ------------------- architecture/x86-64/boot/boot.in | 19 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 architecture/powerpc64/boot/boot.in delete mode 100644 architecture/sparc64/boot/boot.in delete mode 100644 architecture/x86-64/boot/boot.in diff --git a/architecture/powerpc64/boot/boot.in b/architecture/powerpc64/boot/boot.in deleted file mode 100644 index 827234c..0000000 --- a/architecture/powerpc64/boot/boot.in +++ /dev/null @@ -1,19 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: architecture/powerpc64/boot/boot.in -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - - -# for powerpc64 we mostly use the same yaboot stuff, thus we reuse the -# powerpc boot-loader code -. $base/architecture/powerpc/boot/boot.in - diff --git a/architecture/sparc64/boot/boot.in b/architecture/sparc64/boot/boot.in deleted file mode 100644 index f517124..0000000 --- a/architecture/sparc64/boot/boot.in +++ /dev/null @@ -1,19 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: architecture/sparc64/boot/boot.in -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - - -# for sparc64 we mostly use the same silo stuff, thus we reuse the -# sparc boot-loader code -. $base/architecture/sparc/boot/boot.in - diff --git a/architecture/x86-64/boot/boot.in b/architecture/x86-64/boot/boot.in deleted file mode 100644 index ee35995..0000000 --- a/architecture/x86-64/boot/boot.in +++ /dev/null @@ -1,19 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: architecture/x86-64/boot/boot.in -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - - -# x86-64 is enhanced x86 with the same real-mode junk and thus shares -# the boot-loader with class x86 -. $base/architecture/x86/boot/boot.in -