diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-08-30 19:01:45 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2019-08-30 19:01:45 +0300 |
commit | 86f76e0578b4cbb1a3b286b6e959e317866f9c31 (patch) | |
tree | 4c162ba1bd2ee57830004980a6ebf4f786a7c35a | |
parent | dcda26bd13b88f51a197324d4894fe189f9dc504 (diff) |
agl_raspberrypi3.inc: Set CMA for SOTA
Add CMA to the kernel arguments in uEnv.txt for U-Boot in images
with enabled feature agl-sota for software-over-the-air (SOTA)
updates for Raspberry Pi 3 B/B+.
Bug-AGL: SPEC-2729
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Change-Id: Id6914de6a41ebfd3fc28ca2948a15d891c9a30b3
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 298cacd56..cc3074858 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -2,6 +2,8 @@ GPU_MEM = "128" ENABLE_CMA = "1" +# Add CMA to the kernel arguments for SOTA +OSTREE_KERNEL_ARGS_sota_append = " cma=256M" CMA_LWM = "16" CMA_HWM = "32" |