summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/u-boot-1.1.6')
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h b/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
index 4b99d6e56f..75d03a8a3c 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
@@ -125,9 +125,9 @@
/* Boot parameters given to Linux */
#ifdef CONFIG_CHIP_FEATURE_LINUX_MEM_WORKAROUND
/* Workaround for #2842. */
-# define CONFIG_BOOTARGS "console=ttyS0,115200 mem=28M"
+# define CONFIG_BOOTARGS "console=ttyS0,115200 panic=1 mem=28M"
#else
-# define CONFIG_BOOTARGS "console=ttyS0,115200"
+# define CONFIG_BOOTARGS "console=ttyS0,115200 panic=1"
#endif
/* Allow the following commands */