diff options
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 13 |
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..."); |