public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tegra: trimslice: fix a couple typos
@ 2012-05-30 16:45 Stephen Warren
  2012-05-31  8:47 ` Igor Grinberg
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Warren @ 2012-05-30 16:45 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

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>
---
 board/compulab/dts/tegra2-trimslice.dts |    2 +-
 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 c707eb8..db79e77 100644
--- a/board/compulab/dts/tegra2-trimslice.dts
+++ b/board/compulab/dts/tegra2-trimslice.dts
@@ -47,7 +47,7 @@
 		status = "disabled";
 	};
 
-	usb at c5004000 {
+	usb at c5000000 {
 		status = "disabled";
 	};
 
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index dec9125..39c9866 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
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-03  5:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 16:45 [U-Boot] [PATCH] tegra: trimslice: fix a couple typos Stephen Warren
2012-05-31  8:47 ` Igor Grinberg
2012-05-31 10:13   ` Marek Vasut
2012-05-31 16:50     ` Stephen Warren
2012-06-01  6:38       ` Igor Grinberg
2012-06-01 14:50         ` Stephen Warren
2012-06-01 15:45           ` Marek Vasut
2012-06-03  5:50             ` Igor Grinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox