mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
update mvBL-M7 board config
update mvBL-M7 config file to use UBOOT_VERSION. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
6a19c46cae
commit
f16ed51702
2 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ phys_size_t initdram(int board_type)
|
|||
|
||||
int checkboard(void)
|
||||
{
|
||||
puts("Board: Matrix Vision mvBlueLYNX-M7 " MV_VERSION "\n");
|
||||
puts("Board: Matrix Vision mvBlueLYNX-M7\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#define MV_VERSION "v1.0.1"
|
||||
#include <version.h>
|
||||
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
|
@ -447,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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue