me
/
guix
Archived
1
0
Fork 0

gnu: u-boot, u-boot-am335x-boneblack, u-boot-novena: Fix lint warnings.

* gnu/packages/bootloaders.scm (u-boot)[description]: Add second space after
  sentence.
  (u-boot-am335x-boneblack)[description]: Likewise.
  (u-boot-novena)[description]: Likewise.
master
Vagrant Cascadian 2021-11-14 13:11:18 -08:00
parent e95acc0919
commit 2ebcc5387b
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 3 additions and 3 deletions

View File

@ -535,7 +535,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.denx.de/wiki/U-Boot/") (home-page "https://www.denx.de/wiki/U-Boot/")
(synopsis "ARM bootloader") (synopsis "ARM bootloader")
(description "U-Boot is a bootloader used mostly for ARM boards. It (description "U-Boot is a bootloader used mostly for ARM boards. It
also initializes the boards (RAM etc).") also initializes the boards (RAM etc).")
(license license:gpl2+))) (license license:gpl2+)))
@ -734,7 +734,7 @@ board-independent tools.")))
(package (package
(inherit base) (inherit base)
(name "u-boot-am335x-boneblack") (name "u-boot-am335x-boneblack")
(description "U-Boot is a bootloader used mostly for ARM boards. It (description "U-Boot is a bootloader used mostly for ARM boards. It
also initializes the boards (RAM etc). also initializes the boards (RAM etc).
This U-Boot is built for the BeagleBone Black, which was removed upstream, This U-Boot is built for the BeagleBone Black, which was removed upstream,
@ -854,7 +854,7 @@ device while it's being turned on (and a while longer).")
(let ((base (make-u-boot-package "novena" "arm-linux-gnueabihf"))) (let ((base (make-u-boot-package "novena" "arm-linux-gnueabihf")))
(package (package
(inherit base) (inherit base)
(description "U-Boot is a bootloader used mostly for ARM boards. It (description "U-Boot is a bootloader used mostly for ARM boards. It
also initializes the boards (RAM etc). also initializes the boards (RAM etc).
This U-Boot is built for Novena. Be advised that this version, contrary This U-Boot is built for Novena. Be advised that this version, contrary