diff options
author | Dan Murphy <dmurphy@ti.com> | 2013-08-01 19:05:56 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-08-26 19:55:45 (GMT) |
commit | 5a7bd38437b3fb170cea3b576975f4e4f929299a (patch) | |
tree | cb176929eb4331332e720078509b496f7c8cb894 /board/ti/omap5_uevm/evm.c | |
parent | 2b26201a2aef0b310b7c04702b0dba5dea493f77 (diff) | |
download | u-boot-5a7bd38437b3fb170cea3b576975f4e4f929299a.tar.xz |
omap5: uevm: Change the board name to correct name
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>
Diffstat (limited to 'board/ti/omap5_uevm/evm.c')
-rw-r--r-- | board/ti/omap5_uevm/evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c index 2c00648..81209b3 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -17,7 +17,7 @@ DECLARE_GLOBAL_DATA_PTR; const struct omap_sysinfo sysinfo = { - "Board: OMAP5430 EVM\n" + "Board: OMAP5432 uEVM\n" }; /** |