From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Lilja Date: Tue, 15 Apr 2008 19:09:10 +0200 Subject: [U-Boot-Users] [PATCH] Fix name of i.MX31 boards in config file header In-Reply-To: <20080415053746.GG13814@pengutronix.de> References: <4803BFA8.4020104@gmail.com> <20080415053746.GG13814@pengutronix.de> Message-ID: <4804E136.4050202@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Correct the name of the i.MX31 Litekit and phyCORE boards in config files. Signed-off-by: Magnus Lilja --- Corrected the phyCORE name after comment from Robert Schwebel. include/configs/imx31_litekit.h | 2 +- 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 * Kshitij Gupta * - * 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 * Kshitij Gupta * - * 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.