summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-05-03 23:25:44 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-05-03 23:43:29 +0200
commitce9c9b988ceae225606a9173262b6ff1dfbb25f1 (patch)
tree154bcd1e1f30587d14a5cfc9e6f75230c749b066 /perl-install/bootloader.pm
parent044d9f623c46bd9f860ad3fbd804db56e67c12f3 (diff)
downloaddrakx-ce9c9b988ceae225606a9173262b6ff1dfbb25f1.tar
drakx-ce9c9b988ceae225606a9173262b6ff1dfbb25f1.tar.gz
drakx-ce9c9b988ceae225606a9173262b6ff1dfbb25f1.tar.bz2
drakx-ce9c9b988ceae225606a9173262b6ff1dfbb25f1.tar.xz
drakx-ce9c9b988ceae225606a9173262b6ff1dfbb25f1.zip
kill last remaining mips bits
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index f538dcee2..7848af1a6 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1321,19 +1321,6 @@ sub check_enough_space() {
unlink $e;
}
-sub install_pmon2000 {
- my ($_bootloader, $_all_hds) = @_;
- log::l("Mips/pmon2000 - nothing to install...");
-}
-sub write_pmon2000 {
- my ($_bootloader, $_all_hds) = @_;
- log::l("Mips/pmon2000 - nothing to write...");
-}
-sub when_config_changed_pmon2000 {
- my ($_bootloader) = @_;
- #- do not do anything
-}
-
sub install_uboot {
my ($_bootloader, $_all_hds) = @_;
log::l("uboot - nothing to install...");