Commit eb95d1ce authored by Adithya Baglody's avatar Adithya Baglody Committed by Andrew Boie
Browse files

x86: quark_d2000: ISR stack size was no longer sufficient.



For a lot of scenarios the isr stack was no longer enough.
Hence increased the stack size.

Signed-off-by: default avatarAdithya Baglody <adithya.nagaraj.baglody@intel.com>
parent 9e607869
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_HAS_DRIVER=y
CONFIG_PRINTK=y
CONFIG_ISR_STACK_SIZE=256
CONFIG_ISR_STACK_SIZE=512
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_PINMUX=y