mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
i.MX6: OCRAM should be cacheable
This commit is contained in:
parent
eb6fbc3059
commit
9b81319fb1
1 changed files with 2 additions and 2 deletions
|
|
@ -513,7 +513,7 @@
|
|||
#define IMX_GPV2_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_GPV3_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_GPV4_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_OCRAM_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_OCRAM_MMUFLAGS MMU_MEMFLAGS
|
||||
#define IMX_ARMMP_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_GPV0PL301_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_GPV1PL301_MMUFLAGS MMU_IOFLAGS
|
||||
|
|
@ -523,7 +523,7 @@
|
|||
#define IMX_SATA_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_IPU1_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_IPU2_MMUFLAGS MMU_IOFLAGS
|
||||
#define IMX_EIM_MMUFLAGS MMU_ROMFLAGS
|
||||
#define IMX_EIM_MMUFLAGS MMU_ROMFLAGS /* REVISIT */
|
||||
#define IMX_MMDCDDR_MMUFLAGS MMU_MEMFLAGS
|
||||
|
||||
/* i.MX6 Virtual (mapped) Memory Map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue