diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-30 06:45:50 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:21 +0200 |
commit | 1e7e716e80f7a8f599390dd5aa4ae7dce465a1da (patch) | |
tree | d929b27a9b026b512f65d2720df54b0dfbe81112 /include/configs | |
parent | 76e350b7a3c568c8d27cf72f98036ec3ddb64f31 (diff) | |
download | u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.zip u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.gz u-boot-imx-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.bz2 |
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')
-rw-r--r-- | include/configs/trimslice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 91de348..34be8a9 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 |