diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | meta-rcar-gen3/README.proprietary | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,7 @@ In addition, this also provides layer that provides support board that is used SoCs that Renesas build. Layer and board that supports following: * meta-rcar-gen3 - - Renesas Electronics Corporation. Salvator-X (R8A7795/R8A7796) + - Renesas Electronics Corporation. Salvator-X (R8A7795/R8A7796/R8A77965) - Renesas Electronics Corporation. R-Car Starter Kit premier(H3ULCB) (R8A7795) - Renesas Electronics Corporation. R-Car Starter Kit pro(M3ULCB) (R8A7796) diff --git a/meta-rcar-gen3/README.proprietary b/meta-rcar-gen3/README.proprietary index 72f916c..c8b4f4a 100644 --- a/meta-rcar-gen3/README.proprietary +++ b/meta-rcar-gen3/README.proprietary @@ -37,6 +37,8 @@ I/ Board configuration SOC_FAMILY = "r8a7795" For M3: r8a7796 SOC_FAMILY = "r8a7796" + For M3N: r8a77965 + SOC_FAMILY = "r8a77965" II/ Build with GLES ================== |