diff --git a/arch b/arch index ca979759a7..fb81d9d623 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601 +Subproject commit fb81d9d623c311e42128cfb026077db89bdec182 diff --git a/configs b/configs index a619d39802..7a90dc6162 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit a619d398029baac7d2246f9beaa0b3c6fe9b1d2c +Subproject commit 7a90dc61627c97dc6e6b4cfd252288a91a821a09 diff --git a/sched/module/mod_bind.c b/sched/module/mod_bind.c index 18e48c8541..2fa71779ed 100644 --- a/sched/module/mod_bind.c +++ b/sched/module/mod_bind.c @@ -316,7 +316,7 @@ int mod_bind(FAR struct mod_loadinfo_s *loadinfo, */ up_coherent_dcache(loadinfo->textalloc, loadinfo->textsize); - up_coherent_dcache(loadinfo->dataalloc, loadinfo->datasize); + up_coherent_dcache(loadinfo->datastart, loadinfo->datasize); #endif