Skip to content
Snippets Groups Projects
Commit 5ed546fd authored by Andre Schwarz's avatar Andre Schwarz Committed by Wolfgang Denk
Browse files

update mvBL-M7 board config


update mvBL-M7 config file to use UBOOT_VERSION and define
CONFIG_HIGH_BATS.

Signed-off-by: default avatarAndre Schwarz <andre.schwarz@matrix-vision.de>
parent 5cacc5d0
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ phys_size_t initdram(int board_type) ...@@ -90,7 +90,7 @@ phys_size_t initdram(int board_type)
int checkboard(void) int checkboard(void)
{ {
puts("Board: Matrix Vision mvBlueLYNX-M7 " MV_VERSION "\n"); puts("Board: Matrix Vision mvBlueLYNX-M7\n");
return 0; return 0;
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#define MV_VERSION "v1.0.1" #include <version.h>
/* /*
* High Level Configuration Options * High Level Configuration Options
...@@ -336,6 +336,7 @@ ...@@ -336,6 +336,7 @@
#define CFG_HID0_FINAL CFG_HID0_INIT #define CFG_HID0_FINAL CFG_HID0_INIT
#define CFG_HID2 HID2_HBE #define CFG_HID2 HID2_HBE
#define CONFIG_HIGH_BATS 1
/* DDR */ /* DDR */
#define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE) #define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
...@@ -446,7 +447,7 @@ ...@@ -446,7 +447,7 @@
"mv_dtb_addr=" MV_DTB_ADDR "\0" \ "mv_dtb_addr=" MV_DTB_ADDR "\0" \
"mv_dtb_addr_ram=" MV_DTB_ADDR_RAM "\0" \ "mv_dtb_addr_ram=" MV_DTB_ADDR_RAM "\0" \
"dtb_name=" MV_DTB_NAME "\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_client_id=" MV_CI "\0" \
"dhcp_vendor-class-identifier=" MV_VCI "\0" \ "dhcp_vendor-class-identifier=" MV_VCI "\0" \
"netretry=no\0" \ "netretry=no\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment