summaryrefslogtreecommitdiffstats
path: root/include/configs/trimslice.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-30 06:45:50 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:21 +0200
commit1e7e716e80f7a8f599390dd5aa4ae7dce465a1da (patch)
treed929b27a9b026b512f65d2720df54b0dfbe81112 /include/configs/trimslice.h
parent76e350b7a3c568c8d27cf72f98036ec3ddb64f31 (diff)
downloadblackbird-obmc-uboot-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.gz
blackbird-obmc-uboot-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.zip
tegra: trimslice: fix a couple typos
Fix the .dts file USB unit addresses not to duplicate each-other. Fix the board name string to indicate the vendor is Compulab not NVIDIA. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/trimslice.h')
-rw-r--r--include/configs/trimslice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index 91de348d59..34be8a98a1 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -34,7 +34,7 @@
/* High-level configuration options */
#define V_PROMPT "Tegra2 (TrimSlice) # "
-#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Trimslice"
+#define CONFIG_TEGRA2_BOARD_STRING "Compulab Trimslice"
/* Board-specific serial config */
#define CONFIG_SERIAL_MULTI
OpenPOWER on IntegriCloud