diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-10-15 17:08:59 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-15 03:48:31 -0600 |
commit | 17e2d4124fe1bf162bcc3aab040c688437e4982e (patch) | |
tree | 9a63a47db7803cb5fadff949cc8dce86fe112eb6 | |
parent | 18b1b482abaf4976352b0f1fd34d1a9833daed0f (diff) | |
download | meta-multitech-atmel-17e2d4124fe1bf162bcc3aab040c688437e4982e.tar.gz meta-multitech-atmel-17e2d4124fe1bf162bcc3aab040c688437e4982e.tar.bz2 meta-multitech-atmel-17e2d4124fe1bf162bcc3aab040c688437e4982e.zip |
set PREFERRED_VERSION_rs9113 to 1.6.5
-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" |