]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes: Fix "U-boot", use proper spelling of "U-Boot".
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 13 Mar 2017 11:09:38 +0000 (07:09 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Mar 2017 15:37:06 +0000 (15:37 +0000)
U-Boot people are amazingly pedantic in their insistence on proper
spelling of "U-Boot", so humour them.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-fitimage.bbclass
meta/classes/uboot-sign.bbclass

index 1c3b4b7fb370b0bb5a74b3b194e94d0441b80c0c..f9702f80327e00f8b1758a395a7fa9c8b8cbedc1 100644 (file)
@@ -24,7 +24,7 @@ python __anonymous () {
             d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete')
 
         # Verified boot will sign the fitImage and append the public key to
-        # U-boot dtb. We ensure the U-Boot dtb is deployed before assembling
+        # U-Boot dtb. We ensure the U-Boot dtb is deployed before assembling
         # the fitImage:
         if d.getVar('UBOOT_SIGN_ENABLE') == "1":
             uboot_pn = d.getVar('PREFERRED_PROVIDER_u-boot') or 'u-boot'
index 65a8c4993589759fbca956424bd7ca3fa86b27c3..8ee904e7dfda79c8f043e61f21a39fab79f68626 100644 (file)
@@ -25,7 +25,7 @@
 #   u-boot:do_concat_dtb
 #   u-boot:do_install
 #
-# For more details on signature process, please refer to U-boot documentation.
+# For more details on signature process, please refer to U-Boot documentation.
 
 # Signature activation.
 UBOOT_SIGN_ENABLE ?= "0"