diff mbox

[U-Boot,v3,1/7] omap5: uevm: Change the board name to correct name

Message ID 1374092167-27645-2-git-send-email-dmurphy@ti.com
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show

Commit Message

Dan Murphy July 17, 2013, 8:16 p.m. UTC
Change the board name for the sys info to
5432 uEVM

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
v3 - No change - http://patchwork.ozlabs.org/patch/258226/

 board/ti/omap5_uevm/evm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut July 18, 2013, 4:20 a.m. UTC | #1
Dear Dan Murphy,

> Change the board name for the sys info to
> 5432 uEVM
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
> v3 - No change - http://patchwork.ozlabs.org/patch/258226/
> 
>  board/ti/omap5_uevm/evm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
> index 90046e8..00bd72d 100644
> --- a/board/ti/omap5_uevm/evm.c
> +++ b/board/ti/omap5_uevm/evm.c
> @@ -32,7 +32,7 @@
>  DECLARE_GLOBAL_DATA_PTR;
> 
>  const struct omap_sysinfo sysinfo = {
> -	"Board: OMAP5430 EVM\n"
> +	"Board: OMAP5432 uEVM\n"
>  };
> 
>  /**

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
index 90046e8..00bd72d 100644
--- a/board/ti/omap5_uevm/evm.c
+++ b/board/ti/omap5_uevm/evm.c
@@ -32,7 +32,7 @@ 
 DECLARE_GLOBAL_DATA_PTR;
 
 const struct omap_sysinfo sysinfo = {
-	"Board: OMAP5430 EVM\n"
+	"Board: OMAP5432 uEVM\n"
 };
 
 /**