]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: trimslice: fix a couple typos
authorStephen Warren <swarren@nvidia.com>
Wed, 30 May 2012 06:45:50 +0000 (06:45 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:21 +0000 (14:07 +0200)
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>
board/compulab/dts/tegra2-trimslice.dts
include/configs/trimslice.h

index c707eb84ec2156cc5879b7a1977da89496d6b206..db79e7796d09c0351d08207b6a38aef6641633fe 100644 (file)
@@ -47,7 +47,7 @@
                status = "disabled";
        };
 
-       usb@c5004000 {
+       usb@c5000000 {
                status = "disabled";
        };
 
index 91de348d59ed3853647120961ae66d484164e36c..34be8a98a1cac6280b517e925be1ea5e843154b5 100644 (file)
@@ -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