patch-common_cmd_bootmenu_c 434 B

1234567891011
  1. --- u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af.orig/common/cmd_bootmenu.c 2015-01-06 09:00:23.000000000 +0100
  2. +++ u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af/common/cmd_bootmenu.c 2015-01-07 17:51:11.947152887 +0100
  3. @@ -423,7 +423,7 @@ cleanup:
  4. }
  5. if (title && command) {
  6. - debug("Starting entry '%s'\n", title);
  7. + //debug("Starting entry '%s'\n", title);
  8. free(title);
  9. run_command(command, 0);
  10. free(command);