From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 31 May 2012 12:13:25 +0200 Subject: [U-Boot] [PATCH] tegra: trimslice: fix a couple typos In-Reply-To: <4FC7302D.3020903@compulab.co.il> References: <1338396350-16492-1-git-send-email-swarren@wwwdotorg.org> <4FC7302D.3020903@compulab.co.il> Message-ID: <201205311213.26098.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Igor Grinberg, > On 05/30/12 19:45, Stephen Warren wrote: > > From: Stephen Warren > > > > 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 > > Acked-by: Igor Grinberg Do we have one copy of the dts files here and one in Linux kernel tree? Are they the same? M > Thanks! > > > --- > > > > 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 Best regards, Marek Vasut