From ab758664ed147821a41fa09bbf3d4a65717abb9f Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Mon, 16 Nov 2020 13:57:11 +0900 Subject: [PATCH] arch: imx6: Fix compile errors in chip.h Signed-off-by: Masayuki Ishikawa > --- 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 c994f8c784..705fbe6d5e 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 ****************************************************************************/