arm/cortex-r: correct include path of chip.h

In file included from ./armv7-r/arm_l2cc_pl310.c:41:
./armv7-r/l2cc_pl310.h:38:10: fatal error: chip/chip.h: No such file or directory
   38 | #include "chip/chip.h"
      |          ^~~~~~~~~~~~~

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2022-09-23 11:32:21 +08:00 committed by Xiang Xiao
parent 571151aeb3
commit bb63e1b23d
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if ARMV7R_HAVE_L2CC
menu "L2 Cache Configuration"
config ARMV7R_L2CC_PL310
bool "ARMv7-A L2CC P310 Support"
bool "ARMv7-R L2CC P310 Support"
default n
depends on ARMV7R_HAVE_L2CC_PL310
select ARCH_L2CACHE

View File

@ -35,7 +35,7 @@
* header file as L2CC_BASE.
*/
#include "chip/chip.h"
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions