summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-08-01 14:05:56 -0500
committerMarek Vasut <marex@denx.de>2013-08-26 21:55:45 +0200
commit5a7bd38437b3fb170cea3b576975f4e4f929299a (patch)
treecb176929eb4331332e720078509b496f7c8cb894 /board
parent2b26201a2aef0b310b7c04702b0dba5dea493f77 (diff)
downloadtalos-obmc-uboot-5a7bd38437b3fb170cea3b576975f4e4f929299a.tar.gz
talos-obmc-uboot-5a7bd38437b3fb170cea3b576975f4e4f929299a.zip
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')
-rw-r--r--board/ti/omap5_uevm/evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
index 2c00648470..81209b3153 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"
};
/**
OpenPOWER on IntegriCloud