From 25e36e506e4710a7f9ef4495805c2ff07774a9a0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 May 2013 11:22:24 -0600 Subject: Fix error introduced in Pirelli DPL10 configuration of last checkin --- nuttx/configs/pirelli_dpl10/nsh_highram/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx/configs/pirelli_dpl10/nsh_highram/defconfig b/nuttx/configs/pirelli_dpl10/nsh_highram/defconfig index 1f7428dab..62c01a669 100644 --- a/nuttx/configs/pirelli_dpl10/nsh_highram/defconfig +++ b/nuttx/configs/pirelli_dpl10/nsh_highram/defconfig @@ -154,8 +154,8 @@ CONFIG_ARCH_INTERRUPTSTACK=1024 # Boot options # # CONFIG_BOOT_RUNFROMEXTSRAM is not set -CONFIG_BOOT_RUNFROMFLASH=y -# CONFIG_BOOT_RUNFROMISRAM is not set +# CONFIG_BOOT_RUNFROMFLASH is not set +CONFIG_BOOT_RUNFROMISRAM=y # CONFIG_BOOT_RUNFROMSDRAM is not set # CONFIG_BOOT_COPYTORAM is not set -- cgit v1.2.3