i.MX6: minor updates to last commit

This commit is contained in:
Gregory Nutt 2016-03-04 18:44:30 -06:00
parent 5100e7a623
commit 5c881e6d2e
2 changed files with 2 additions and 4 deletions

View File

@ -66,8 +66,6 @@ config ARCH_CHIP_IMX1
config ARCH_CHIP_IMX6
bool "NXP/Freescale iMX.6"
select ARCH_CORTEXA9
select ARCH_HAVE_MULTICPU
select ARMV7A_HAVE_GIC
select ARMV7A_HAVE_L2CC_PL310
select ARCH_HAVE_FPU
select ARCH_HAVE_LOWVECTORS

View File

@ -102,8 +102,8 @@
# define IMX_OCRAM_SIZE (256*1024) /* Size of the On-Chip RAM (OCRAM) */
# define IMX_L2CACHE_SIZE (256*1024) /* 256KB L2 Cache */
# define IMX_NXCPUS 1 /* One CPU */
# define IMX_NGPU3D 1 /* One 3D graphics engine */
# define IMX_N32SHADERS 1 /* One 3D shaders */
# undef IMX_NGPU3D /* No 3D graphics engine */
# define IMX_N32SHADERS 0 /* No 3D shaders */
# define IMX_NGPU2D 1 /* One 2D graphics engine */
# undef IMX_HAVE_DDR64 /* No 64-bit DDR3 */
# define IMX_HAVE_DDR32 1 /* 32-bit DDR3 */