From 110bc714763c145c4d98a9ffa791078fa90f68d6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 May 2013 11:22:24 -0600 Subject: [PATCH] Fix error introduced in Pirelli DPL10 configuration of last checkin --- configs/pirelli_dpl10/nsh_highram/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/pirelli_dpl10/nsh_highram/defconfig b/configs/pirelli_dpl10/nsh_highram/defconfig index 1f7428dab1f..62c01a669be 100644 --- a/configs/pirelli_dpl10/nsh_highram/defconfig +++ b/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