From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andr=E9_Schwarz?= Date: Thu, 26 Jun 2008 08:29:26 +0200 Subject: [U-Boot-Users] [PATCH] fix non-working mvBL-M7 In-Reply-To: <20080625171431.09ba6c78.kim.phillips@freescale.com> References: <485F79BD.1030206@matrix-vision.de> <485F882E.7070100@matrix-vision.de> <20080625171431.09ba6c78.kim.phillips@freescale.com> Message-ID: <48633746.2010508@matrix-vision.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim, thanks - ok. Switching to U_BOOT_VERSION should be no problem. regards, Andr? Kim Phillips schrieb: > On Mon, 23 Jun 2008 13:25:34 +0200 > Andre Schwarz wrote: > > Hello Andre, > >> diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h >> index 349ca14..8c0e8b6 100644 >> --- a/include/configs/MVBLM7.h >> +++ b/include/configs/MVBLM7.h >> @@ -27,7 +27,7 @@ >> #ifndef __CONFIG_H >> #define __CONFIG_H >> >> -#define MV_VERSION "v1.0.1" >> +#define MV_VERSION "v1.0.2" > > instead of incrementing this for each patch, can we just use > U_BOOT_VERSION instead? > >> #define CONFIG_HAS_ETH0 >> +#define CONFIG_ETHADDR b6:b4:45:eb:fb:c0 >> #define CONFIG_TSEC1_NAME "TSEC0" >> #define CONFIG_FEC1_PHY_NORXERR >> #define CFG_TSEC1_OFFSET 0x24000 >> @@ -224,6 +225,7 @@ >> #define TSEC1_FLAGS (TSEC_GIGABIT|TSEC_REDUCED) >> >> #define CONFIG_HAS_ETH1 >> +#define CONFIG_ETH1ADDR b6:b4:45:eb:fb:c2 >> #define CONFIG_TSEC2_NAME "TSEC1" > > I had removed this from your original board port because this goes > against recommended practice; see: > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/41178 > >> +#define CONFIG_HIGH_BATS 1 > > this line applied. > > Kim MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090 Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner