Skip to content

Commit

Permalink
Minor corrections to name and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbrixandersen committed Oct 16, 2017
1 parent 28098f7 commit a8afafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sw_apps/elf-bootloader/data/elf-bootloader.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
#

proc swapp_get_name {} {
return "elf-bootloader";
return "SPI ELF bootloader";
}

proc swapp_get_description {} {
return "ELF first-stage bootloader for microblaze by Henrik Brix Andersen.";
return "SPI ELF first-stage bootloader for microblaze processors by Henrik Brix Andersen.";
}

proc swapp_is_supported_hw {} {
Expand Down

0 comments on commit a8afafa

Please sign in to comment.