From 71715305d0fbb2df5027b6b10713f7dbed3a7fa4 Mon Sep 17 00:00:00 2001 From: Yusuke Goda Date: Thu, 24 Jan 2019 18:01:55 +0900 Subject: rcar-gen3: Add support M3NULCB board M3NULCB board specifications: - R-Car M3-N Ver.1.1 - DDR 2GiB - eMMC 8GB(KLM8G1GESD-B04P) Signed-off-by: Yusuke Goda Signed-off-by: Duy Dang Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index 35c043f..c1b4f6a 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -22,7 +22,7 @@ SRC_URI = " \ git://github.com/OP-TEE/optee_os.git;branch=master;name=officialgit;destsuffix=git_official \ " -COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" +COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" DEPENDS = "python-pycrypto-native" -- cgit 1.2.3-korg