You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/16 08:53:36 UTC

[incubator-nuttx] 05/10: arch: imx6: Fix compile errors in chip.h

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit ab758664ed147821a41fa09bbf3d4a65717abb9f
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Nov 16 13:57:11 2020 +0900

    arch: imx6: Fix compile errors in chip.h
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>>
---
 arch/arm/src/imx6/chip.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/src/imx6/chip.h b/arch/arm/src/imx6/chip.h
index c994f8c..705fbe6 100644
--- a/arch/arm/src/imx6/chip.h
+++ b/arch/arm/src/imx6/chip.h
@@ -61,6 +61,12 @@
 
 #define CHIP_MPCORE_VBASE IMX_ARMMP_VSECTION
 
+/* arch/arm/src/armv7-a/l2cc_pl310.h includes this file and expects it
+ * to provide the address of the L2CC-PL310 implementation.
+ */
+
+#define L2CC_VBASE IMX_PL310_VBASE
+
 /****************************************************************************
  * Macro Definitions
  ****************************************************************************/