]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap5: uevm: Change the board name to correct name
authorDan Murphy <dmurphy@ti.com>
Thu, 1 Aug 2013 19:05:56 +0000 (14:05 -0500)
committerMarek Vasut <marex@denx.de>
Mon, 26 Aug 2013 19:55:45 +0000 (21:55 +0200)
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>
board/ti/omap5_uevm/evm.c

index 2c00648470fe5728d3ef1b24aca6e7f457df3dd4..81209b31531df6a24f5b1ebd137bd54f2492d19b 100644 (file)
@@ -17,7 +17,7 @@
 DECLARE_GLOBAL_DATA_PTR;
 
 const struct omap_sysinfo sysinfo = {
-       "Board: OMAP543EVM\n"
+       "Board: OMAP5432 uEVM\n"
 };
 
 /**