diff options
| author | Dan Murphy <[email protected]> | 2013-08-01 14:05:56 -0500 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2013-08-26 21:55:45 +0200 |
| commit | 5a7bd38437b3fb170cea3b576975f4e4f929299a (patch) | |
| tree | cb176929eb4331332e720078509b496f7c8cb894 | |
| parent | 2b26201a2aef0b310b7c04702b0dba5dea493f77 (diff) | |
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 <[email protected]>
Acked-by: Marek Vasut <[email protected]>
| -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 2c00648470f..81209b31531 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" }; /** |
