diff options
author | Magnus Lilja <lilja.magnus@gmail.com> | 2008-04-15 19:09:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-18 00:33:10 -0700 |
commit | 7064122c2eef92f02a03ef37a1a1c07e70cd4e38 (patch) | |
tree | 6fdf07acbdb149384fea74c41f2e0ccff50cb7c9 | |
parent | a49864593e083a5d0779fb9ca98e5a0f2053183d (diff) | |
download | u-boot-imx-7064122c2eef92f02a03ef37a1a1c07e70cd4e38.zip u-boot-imx-7064122c2eef92f02a03ef37a1a1c07e70cd4e38.tar.gz u-boot-imx-7064122c2eef92f02a03ef37a1a1c07e70cd4e38.tar.bz2 |
Fix name of i.MX31 boards in config file header
Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
-rw-r--r-- | include/configs/imx31_litekit.h | 2 | ||||
-rw-r--r-- | include/configs/imx31_phycore.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 2a6f59a..777750b 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -4,7 +4,7 @@ * Richard Woodruff <r-woodruff2@ti.com> * Kshitij Gupta <kshitij@ti.com> * - * Configuration settings for the 242x TI H4 board. + * Configuration settings for the LogicPD i.MX31 Litekit board. * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index e067b76..aaa3390 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -4,7 +4,7 @@ * Richard Woodruff <r-woodruff2@ti.com> * Kshitij Gupta <kshitij@ti.com> * - * Configuration settings for the 242x TI H4 board. + * Configuration settings for the phyCORE-i.MX31 board. * * See file CREDITS for list of people who contributed to this * project. |