diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-05 19:30:11 -0800 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-02-06 12:00:59 +0100 |
commit | a187559e3d586891c917279044c5386d1b2adc6e (patch) | |
tree | 8d50525d0381f28cd41f86e6d8f42ad47d26063e /cmd | |
parent | 94985cc9d3d7ed991ca8b2627d5894df5ea68f49 (diff) | |
download | u-boot-imx-a187559e3d586891c917279044c5386d1b2adc6e.zip u-boot-imx-a187559e3d586891c917279044c5386d1b2adc6e.tar.gz u-boot-imx-a187559e3d586891c917279044c5386d1b2adc6e.tar.bz2 |
Use correct spelling of "U-Boot"
Correct spelling of "U-Boot" shall be used in all written text
(documentation, comments in source files etc.).
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bootldr.c | 2 | ||||
-rw-r--r-- | cmd/cramfs.c | 2 | ||||
-rw-r--r-- | cmd/jffs2.c | 2 | ||||
-rw-r--r-- | cmd/ldrinfo.c | 2 | ||||
-rw-r--r-- | cmd/mtdparts.c | 2 | ||||
-rw-r--r-- | cmd/pxe.c | 4 | ||||
-rw-r--r-- | cmd/spibootldr.c | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/cmd/bootldr.c b/cmd/bootldr.c index bc5c1f9..38b3b2f 100644 --- a/cmd/bootldr.c +++ b/cmd/bootldr.c @@ -1,5 +1,5 @@ /* - * U-boot - bootldr.c + * U-Boot - bootldr.c * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/cmd/cramfs.c b/cmd/cramfs.c index 1d31326..270701b 100644 --- a/cmd/cramfs.c +++ b/cmd/cramfs.c @@ -77,7 +77,7 @@ extern int cramfs_ls (struct part_info *info, char *filename); extern int cramfs_info (struct part_info *info); /***************************************************/ -/* U-boot commands */ +/* U-Boot commands */ /***************************************************/ /** diff --git a/cmd/jffs2.c b/cmd/jffs2.c index bce0983..0b2eefa 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -456,7 +456,7 @@ static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int pa } /***************************************************/ -/* U-boot commands */ +/* U-Boot commands */ /***************************************************/ /** diff --git a/cmd/ldrinfo.c b/cmd/ldrinfo.c index 2aa56bd..2b49297 100644 --- a/cmd/ldrinfo.c +++ b/cmd/ldrinfo.c @@ -1,5 +1,5 @@ /* - * U-boot - ldrinfo + * U-Boot - ldrinfo * * Copyright (c) 2010 Analog Devices Inc. * diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c index dab1958..86a4689 100644 --- a/cmd/mtdparts.c +++ b/cmd/mtdparts.c @@ -1877,7 +1877,7 @@ static struct part_info* mtd_part_info(struct mtd_device *dev, unsigned int part } /***************************************************/ -/* U-boot commands */ +/* U-Boot commands */ /***************************************************/ /* command line only */ /** @@ -571,7 +571,7 @@ static void label_print(void *data) /* * Boot a label that specified 'localboot'. This requires that the 'localcmd' - * environment variable is defined. Its contents will be executed as U-boot + * environment variable is defined. Its contents will be executed as U-Boot * command. If the label specified an 'append' line, its contents will be * used to overwrite the contents of the 'bootargs' environment variable prior * to running 'localcmd'. @@ -1438,7 +1438,7 @@ static struct pxe_menu *parse_pxefile(cmd_tbl_t *cmdtp, unsigned long menucfg) } /* - * Converts a pxe_menu struct into a menu struct for use with U-boot's generic + * Converts a pxe_menu struct into a menu struct for use with U-Boot's generic * menu code. */ static struct menu *pxe_menu_to_menu(struct pxe_menu *cfg) diff --git a/cmd/spibootldr.c b/cmd/spibootldr.c index ca76dde..acbb0f6 100644 --- a/cmd/spibootldr.c +++ b/cmd/spibootldr.c @@ -1,5 +1,5 @@ /* - * U-boot - spibootldr.c + * U-Boot - spibootldr.c * * Copyright (c) 2005-2008 Analog Devices Inc. * |