Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-distro/conf/distro/include/branding-processor-sdk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc index ebcc7b5..31507dc 100644 --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc @@ -5,8 +5,8 @@ DISTRO_FEATURES_remove_ti33x = "wayland" DISTRO_FEATURES_remove_ti43x = "wayland" # Set CMEM reserved memory region -CMEM_BASE ?= "a0000000" -CMEM_SIZE ?= "08000000" +CMEM_BASE_omap-a15 ?= "a0000000" +CMEM_SIZE_omap-a15 ?= "08000000" # To create newlines in the message \n is used and the slash must be escaped # to function properly -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
