From 2e378b64235957e1c75cd0482049f9e2547ccb12 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 30 Aug 2019 19:01:45 +0300 Subject: 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 Change-Id: Id6914de6a41ebfd3fc28ca2948a15d891c9a30b3 (cherry picked from commit 86f76e0578b4cbb1a3b286b6e959e317866f9c31) --- meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.2.3-korg