diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2008-07-02 18:54:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-07 00:30:20 +0200 |
commit | 5ed546fdd0ca46a165661c2009fa743d9c9fceca (patch) | |
tree | 32b0ed6528d3905b76203cb5f0d68da78237ecb8 /include/configs/MVBLM7.h | |
parent | 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30 (diff) | |
download | u-boot-5ed546fdd0ca46a165661c2009fa743d9c9fceca.tar.gz u-boot-5ed546fdd0ca46a165661c2009fa743d9c9fceca.tar.xz u-boot-5ed546fdd0ca46a165661c2009fa743d9c9fceca.zip |
update mvBL-M7 board config
update mvBL-M7 config file to use UBOOT_VERSION and define
CONFIG_HIGH_BATS.
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Diffstat (limited to 'include/configs/MVBLM7.h')
-rw-r--r-- | include/configs/MVBLM7.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 0b238bdb85..b412655b6d 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" +#include <version.h> /* * High Level Configuration Options @@ -336,6 +336,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) @@ -446,7 +447,7 @@ "mv_dtb_addr=" MV_DTB_ADDR "\0" \ "mv_dtb_addr_ram=" MV_DTB_ADDR_RAM "\0" \ "dtb_name=" MV_DTB_NAME "\0" \ - "mv_version=" MV_VERSION "\0" \ + "mv_version=" U_BOOT_VERSION "\0" \ "dhcp_client_id=" MV_CI "\0" \ "dhcp_vendor-class-identifier=" MV_VCI "\0" \ "netretry=no\0" \ |