mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
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:
parent
571151aeb3
commit
bb63e1b23d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
* header file as L2CC_BASE.
|
||||
*/
|
||||
|
||||
#include "chip/chip.h"
|
||||
#include "chip.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue