summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080a_emu.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-05 19:30:11 -0800
committerAnatolij Gustschin <agust@denx.de>2016-02-06 12:00:59 +0100
commita187559e3d586891c917279044c5386d1b2adc6e (patch)
tree8d50525d0381f28cd41f86e6d8f42ad47d26063e /include/configs/ls2080a_emu.h
parent94985cc9d3d7ed991ca8b2627d5894df5ea68f49 (diff)
downloadblackbird-obmc-uboot-a187559e3d586891c917279044c5386d1b2adc6e.tar.gz
blackbird-obmc-uboot-a187559e3d586891c917279044c5386d1b2adc6e.zip
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 'include/configs/ls2080a_emu.h')
-rw-r--r--include/configs/ls2080a_emu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ls2080a_emu.h b/include/configs/ls2080a_emu.h
index 4a7ba2477b..534ebb6735 100644
--- a/include/configs/ls2080a_emu.h
+++ b/include/configs/ls2080a_emu.h
@@ -11,12 +11,12 @@
#ifdef CONFIG_LS2080A
#define CONFIG_IDENT_STRING " LS2080A-EMU"
-#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2080A-EMU"
+#define CONFIG_BOOTP_VCI_STRING "U-Boot.LS2080A-EMU"
#endif
#ifdef CONFIG_LS2085A
#define CONFIG_IDENT_STRING " LS2085A-EMU"
-#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU"
+#define CONFIG_BOOTP_VCI_STRING "U-Boot.LS2085A-EMU"
#endif
#define CONFIG_SYS_CLK_FREQ 100000000
OpenPOWER on IntegriCloud