[U-Boot] [PATCH v4 1/7] omap5: uevm: Change the board name to correct name
Dan Murphy
dmurphy at ti.com
Thu Aug 1 21:05:56 CEST 2013
Change the board name for the sys info to
5432 uEVM
Signed-off-by: Dan Murphy <dmurphy at ti.com>
Acked-by: Marek Vasut <marex at denx.de>
---
v3 - No change - http://patchwork.ozlabs.org/patch/258226/
v4 - No change - http://patchwork.ozlabs.org/patch/259749/
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 ea83e6c..f741d6f 100644
--- a/board/ti/omap5_uevm/evm.c
+++ b/board/ti/omap5_uevm/evm.c
@@ -16,7 +16,7 @@
DECLARE_GLOBAL_DATA_PTR;
const struct omap_sysinfo sysinfo = {
- "Board: OMAP5430 EVM\n"
+ "Board: OMAP5432 uEVM\n"
};
/**
--
1.7.9.5
More information about the U-Boot
mailing list