diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2008-07-02 18:54:08 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-07-03 15:43:21 -0500 |
commit | f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b (patch) | |
tree | 703527b4a95d65e8fa6073f1bf3b76af3a3620c4 /include | |
parent | 6a19c46cae43c16c528eddefae3db97134f1915d (diff) | |
download | u-boot-imx-f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b.zip u-boot-imx-f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b.tar.gz u-boot-imx-f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MVBLM7.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 021b72d..50e188f 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 @@ -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" \ |