i.MX6: minor updates to last commit
This commit is contained in:
parent
5100e7a623
commit
5c881e6d2e
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue