summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-26 09:58:17 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-26 09:58:17 +0100
commit0e79ff0941c2f306622448b06910af44fa90f828 (patch)
tree8adcad33f0208ad675ff96fbdf9d63a105c1998d
parent887a2b7504c635da813edd1d07b8122e3608a91f (diff)
apalis/colibri_imx6: cosmetic configuration file changes
Fix various spelling issues in our Apalis/Colibri iMX6 configuration files (e.g. UARTS vs. UARTs, u-boot vs. U-Boot, 8bit vs. 8-bit. While at it also stop claiming sdboot having anything to do with an 8-bit SD slot on Colibri iMX6 which does not have any such at least in its default pin muxing.
-rw-r--r--include/configs/apalis_imx6.h6
-rw-r--r--include/configs/colibri_imx6.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index 6553446ec5..b0589bc24d 100644
--- a/include/configs/apalis_imx6.h
+++ b/include/configs/apalis_imx6.h
@@ -21,7 +21,7 @@
#define CONFIG_SYS_GENERIC_BOARD
-/* Define CONFIG_APALIS_IMX6_V1_0 to use the UARTS in DCE mode unconditionally.
+/* Define CONFIG_APALIS_IMX6_V1_0 to use the UARTs in DCE mode unconditionally.
Otherwise U-Boot uses the Configblock to fall back to DCE on V1.0 HW */
/* #define CONFIG_APALIS_IMX6_V1_0 */
@@ -47,7 +47,7 @@
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
-/* Make the HW version stuff available in u-boot env */
+/* Make the HW version stuff available in U-Boot env */
#define CONFIG_VERSION_VARIABLE /* ver environment variable */
#define CONFIG_ENV_VARS_UBOOT_CONFIG
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
@@ -255,7 +255,7 @@
"rootwait\0" \
"sdboot=run setup; " \
"setenv bootargs ${defargs} ${sdargs} ${setupargs} " \
- "${vidargs}; echo Booting from SD card in 8bit slot...; " \
+ "${vidargs}; echo Booting from SD card in 8-bit slot...; " \
"run sddtbload; load mmc 1:1 ${kernel_addr_r} " \
"${boot_file} && bootm ${kernel_addr_r} ${dtbparam}\0" \
"sddtbload=setenv dtbparam; load mmc 1:1 ${fdt_addr_r} " \
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index d3eb94e048..aa8d293d66 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -40,7 +40,7 @@
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
-/* Make the HW version stuff available in u-boot env */
+/* Make the HW version stuff available in U-Boot env */
#define CONFIG_VERSION_VARIABLE /* ver environment variable */
#define CONFIG_ENV_VARS_UBOOT_CONFIG
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
@@ -224,7 +224,7 @@
"rootwait\0" \
"sdboot=run setup; " \
"setenv bootargs ${defargs} ${sdargs} ${setupargs} " \
- "${vidargs}; echo Booting from SD card in 8bit slot...; " \
+ "${vidargs}; echo Booting from SD card; " \
"run sddtbload; load mmc 1:1 ${kernel_addr_r} " \
"${boot_file} && bootm ${kernel_addr_r} ${dtbparam}\0" \
"sddtbload=setenv dtbparam; load mmc 1:1 ${fdt_addr_r} " \