diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-10-15 17:08:59 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-10-18 04:39:27 -0500 |
commit | 95eabc42fcabf6195e9e2ad448a1cf968a029ba2 (patch) | |
tree | a4894bc22b9054196ef82b3e11663fa5c6f96f69 /conf | |
parent | 696f2e6e975e558e902c0268ad3413c810b4fe3b (diff) | |
download | meta-multitech-atmel-95eabc42fcabf6195e9e2ad448a1cf968a029ba2.tar.gz meta-multitech-atmel-95eabc42fcabf6195e9e2ad448a1cf968a029ba2.tar.bz2 meta-multitech-atmel-95eabc42fcabf6195e9e2ad448a1cf968a029ba2.zip |
set PREFERRED_VERSION_rs9113 to 1.6.5
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtcap.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtcdt.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtr.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtrv1.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf index 01c508b..504cd98 100644 --- a/conf/machine/mtcap.conf +++ b/conf/machine/mtcap.conf @@ -38,7 +38,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.6.1' +PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 30761df..028f1dc 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -39,7 +39,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.6.1' +PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" diff --git a/conf/machine/mtr.conf b/conf/machine/mtr.conf index e5c68e5..c4b141e 100644 --- a/conf/machine/mtr.conf +++ b/conf/machine/mtr.conf @@ -40,7 +40,7 @@ UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" # No rs9113 for mtr -PREFERRED_VERSION_rs9113 = '1.6.1' +PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" diff --git a/conf/machine/mtrv1.conf b/conf/machine/mtrv1.conf index e350664..26ad485 100644 --- a/conf/machine/mtrv1.conf +++ b/conf/machine/mtrv1.conf @@ -39,7 +39,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.6.1' +PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" |