summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index dfcabc1d4..860df2981 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1384,7 +1384,7 @@ sub write_pmon2000 {
}
sub when_config_changed_pmon2000 {
my ($_bootloader) = @_;
- log::l("Mips/pmon2000 - nothing to do...");
+ #- do not do anything
}
sub install_uboot {
@@ -1397,7 +1397,7 @@ sub write_uboot {
}
sub when_config_changed_uboot {
my ($_bootloader) = @_;
- log::l("uboot - nothing to do...");
+ #- do not do anything
}
sub install_cromwell {
@@ -1410,7 +1410,7 @@ sub write_cromwell {
}
sub when_config_changed_cromwell {
my ($_bootloader) = @_;
- log::l("XBox/Cromwell - nothing to do...");
+ #- do not do anything
}
sub simplify_label {