Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
Add default MAC to enable netboot during production.

Signed-off-by: Andre Schwarz <[EMAIL PROTECTED]>
---





MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler  - Registergericht: 
Amtsgericht Stuttgart, HRB 271090
Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
 include/configs/MVBLM7.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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"
 
 /*
  * High Level Configuration Options
@@ -215,6 +215,7 @@
 #define CONFIG_TSEC2
 
 #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"
 #define CONFIG_FEC2_PHY_NORXERR
 #define CFG_TSEC2_OFFSET       0x25000
@@ -336,6 +338,7 @@
 #define CFG_HID0_FINAL CFG_HID0_INIT
 
 #define CFG_HID2       HID2_HBE
+#define CONFIG_HIGH_BATS       1
 
 /* DDR  */
 #define CFG_IBAT0L     (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to