diff options
author | John Klug <john.klug@multitech.com> | 2019-06-17 14:37:33 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-06-17 14:37:33 -0500 |
commit | 39d1ef161ccf29d8d4fa8ed3ac4a590cc28e8478 (patch) | |
tree | ed4e86f3575e2a07c70d742acbc140e4440c8ac7 /recipes-kernel/linux | |
parent | 06427b02aa3b1e4ec36091e4afac3704b2a5bae2 (diff) | |
download | meta-multitech-39d1ef161ccf29d8d4fa8ed3ac4a590cc28e8478.tar.gz meta-multitech-39d1ef161ccf29d8d4fa8ed3ac4a590cc28e8478.tar.bz2 meta-multitech-39d1ef161ccf29d8d4fa8ed3ac4a590cc28e8478.zip |
150mS does not work with MTHS, so try 300mS timeout on PMECC
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch index 3bcf717..07a572f 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch +++ b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch @@ -7,7 +7,7 @@ index 834d6944..71137db8 100644 /* Time out value for reading PMECC status register */ -#define PMECC_MAX_TIMEOUT_MS 100 -+#define PMECC_MAX_TIMEOUT_MS 120 ++#define PMECC_MAX_TIMEOUT_MS 300 /* Reserved bytes in oob area */ #define PMECC_OOB_RESERVED_BYTES 2 diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 5b5778f..65ebc8d 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r10" +PR = "r11" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" |