From d0aa5500ed09ab051f1e6cd67164a6d16c27c2a0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt <gnutt@nuttx.org> Date: Thu, 17 Dec 2015 12:41:59 -0600 Subject: [PATCH] Select MEMINIT in TMS570 configurations --- configs/launchxl-tms57004/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/launchxl-tms57004/nsh/defconfig b/configs/launchxl-tms57004/nsh/defconfig index afbf08ca7b..123003dd49 100644 --- a/configs/launchxl-tms57004/nsh/defconfig +++ b/configs/launchxl-tms57004/nsh/defconfig @@ -127,6 +127,7 @@ CONFIG_ARCH_HAVE_LOWVECTORS=y # # ARMv7-A Configuration Options # +CONFIG_ARMV7R_MEMINIT=y # CONFIG_ARMV7R_HAVE_L2CC is not set # CONFIG_ARMV7R_HAVE_L2CC_PL310 is not set # CONFIG_ARMV7R_TOOLCHAIN_BUILDROOT is not set