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 | |
| parent | 76e350b7a3c568c8d27cf72f98036ec3ddb64f31 (diff) | |
| download | olio-uboot-2014.01-1e7e716e80f7a8f599390dd5aa4ae7dce465a1da.tar.xz olio-uboot-2014.01-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>
| -rw-r--r-- | board/compulab/dts/tegra2-trimslice.dts | 2 | ||||
| -rw-r--r-- | include/configs/trimslice.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/compulab/dts/tegra2-trimslice.dts b/board/compulab/dts/tegra2-trimslice.dts index c707eb84e..db79e7796 100644 --- a/board/compulab/dts/tegra2-trimslice.dts +++ b/board/compulab/dts/tegra2-trimslice.dts @@ -47,7 +47,7 @@  		status = "disabled";  	}; -	usb@c5004000 { +	usb@c5000000 {  		status = "disabled";  	}; diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 91de348d5..34be8a98a 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 |