]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
global: Use proper project name U-Boot (next)
authorMichal Simek <michal.simek@amd.com>
Mon, 5 Jun 2023 11:58:59 +0000 (13:58 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Jun 2023 20:45:36 +0000 (16:45 -0400)
Use proper project name in DTs, messages and READMEs.

Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/dts/am335x-igep0033.dtsi
arch/arm/dts/armada-3720-db.dts
board/armadeus/opos6uldev/opos6uldev.env
board/freescale/common/fsl_chain_of_trust.c
board/freescale/ls1012afrdm/README
board/freescale/ls1012aqds/README
board/freescale/ls1012ardb/README
board/imgtec/boston/checkboard.c
include/dt-bindings/memory/bcm-ns3-mc.h

index ad57c74fafc4da90f454b6eeeda561f4cbb25fa4..4488dcce01233269134710219b67f1ce3c120ce9 100644 (file)
                };
 
                partition@1 {
-                       label = "U-boot";
+                       label = "U-Boot";
                        reg = <0x00080000 0x001e0000>;
                };
 
index 3e5789f372069164fddd2ef2a078ad3cf5508e1f..1ee92406b74cdfdba9fae7f26102d1cffc50671f 100644 (file)
                                reg = <0x0 0x200000>;
                        };
                        partition@200000 {
-                               label = "U-boot Env";
+                               label = "U-Boot Env";
                                reg = <0x200000 0x10000>;
                        };
                        partition@210000 {
index 585f28ca8587d99aa7c7c79756c34574c638d40b..f90029787104c145f0e0b757fd1e81e7c2fa9714 100644 (file)
@@ -42,8 +42,8 @@ flash_uboot_spl=
                setexpr sz ${filesize} / 0x200;
                setexpr sz ${sz} + 1;
                if mmc write ${loadaddr} 0x2 ${sz}; then
-                       echo Flashing of U-boot SPL succeed;
-               else echo Flashing of U-boot SPL failed;
+                       echo Flashing of U-Boot SPL succeed;
+               else echo Flashing of U-Boot SPL failed;
                fi;
        fi;
 download_uboot_img=tftpboot ${loadaddr} ${board_name}-u-boot.img
@@ -52,8 +52,8 @@ flash_uboot_img=
                setexpr sz ${filesize} / 0x200;
                setexpr sz ${sz} + 1;
                if mmc write ${loadaddr} 0x8a ${sz}; then
-                       echo Flashing of U-boot image succeed;
-               else echo Flashing of U-boot image failed;
+                       echo Flashing of U-Boot image succeed;
+               else echo Flashing of U-Boot image failed;
                fi;
        fi;
 update_uboot=run download_uboot_spl flash_uboot_spl
index b47ce052516e95faae98cd941e7fd8c5aeba3073..87ed814d6a2a3018b2ceaa05531fda6a6c933fe7 100644 (file)
@@ -127,7 +127,7 @@ void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr)
                                   &img_addr);
 
        if (res == 0)
-               printf("SPL: Validation of U-boot successful\n");
+               printf("SPL: Validation of U-Boot successful\n");
 }
 
 #ifdef CONFIG_SPL_FRAMEWORK
index 382b668fbec6bf4e33ececfed113d45bdcc9ce65..e60ed606ec137529a7ec2b8ce4f92eb0058b1148 100644 (file)
@@ -52,7 +52,7 @@ QSPI flash map
 Images         | Size  |QSPI Flash Address
 ------------------------------------------
 RCW + PBI      | 1MB   | 0x4000_0000
-U-boot         | 1MB   | 0x4010_0000
-U-boot Env     | 1MB   | 0x4020_0000
+U-Boot         | 1MB   | 0x4010_0000
+U-Boot Env     | 1MB   | 0x4020_0000
 PPA FIT image  | 2MB   | 0x4050_0000
 Linux ITB      | ~53MB | 0x40A0_0000
index c1956f9fd78a9668cc6cbada3bbc1e08fbf25a1b..e9b80cad506af2d2c8b4563d6364d199e19d8bec 100644 (file)
@@ -53,7 +53,7 @@ QSPI flash map
 Images         | Size  |QSPI Flash Address
 ------------------------------------------
 RCW + PBI      | 1MB   | 0x4000_0000
-U-boot         | 1MB   | 0x4010_0000
-U-boot Env     | 1MB   | 0x4020_0000
+U-Boot         | 1MB   | 0x4010_0000
+U-Boot Env     | 1MB   | 0x4020_0000
 PPA FIT image  | 2MB   | 0x4050_0000
 Linux ITB      | ~53MB | 0x40A0_0000
index 5b6f306a1d9d54ce4511775f2a0a941ed00c2d56..26b0485a7f89d10d2b946900136f546d5fb4e1f7 100644 (file)
@@ -48,8 +48,8 @@ QSPI flash map
 Images         | Size  |QSPI Flash Address
 ------------------------------------------
 RCW + PBI      | 1MB   | 0x4000_0000
-U-boot         | 1MB   | 0x4010_0000
-U-boot Env     | 1MB   | 0x4020_0000
+U-Boot         | 1MB   | 0x4010_0000
+U-Boot Env     | 1MB   | 0x4020_0000
 PPA FIT image  | 2MB   | 0x4050_0000
 Linux ITB      | ~53MB | 0x40A0_0000
 
@@ -90,8 +90,8 @@ QSPI flash map
 Images         | Size  |QSPI Flash Address
 ------------------------------------------
 RCW + PBI      | 1MB   | 0x4000_0000
-U-boot         | 1MB   | 0x4010_0000
-U-boot Env     | 1MB   | 0x4030_0000
+U-Boot         | 1MB   | 0x4010_0000
+U-Boot Env     | 1MB   | 0x4030_0000
 PPA FIT image  | 2MB   | 0x4040_0000
 PFE firmware   | 20K   | 0x00a0_0000
 Linux ITB      | ~53MB | 0x4100_0000
index 1b8a47d2549fde03e5b9aa05dc1907e22ea310b5..c246a7b9d455f77ec252eb55e679a496091db069 100644 (file)
@@ -16,7 +16,7 @@ int checkboard(void)
 {
        u32 changelist;
 
-       lowlevel_display("U-boot  ");
+       lowlevel_display("U-Boot  ");
 
        printf("Board: MIPS Boston\n");
 
index 84795ec27a4250e052f3551479720af3722cecc3..d2478d9ae318af02e4779bf57c1ce53b7ca6d9a0 100644 (file)
@@ -28,7 +28,7 @@
 #define BCM_NS3_MEM_SHARE_START    0x8d000000
 #define BCM_NS3_MEM_SHARE_LEN      0x020fffff
 
-/* ATF/U-boot/Linux error logs */
+/* ATF/U-Boot/Linux error logs */
 #define BCM_NS3_MEM_ELOG_START     0x8f113000
 #define BCM_NS3_MEM_ELOG_LEN       0x00100000