]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Move CONFIG_PANIC_HANG to zynq_common - debug option
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 13:06:24 +0000 (15:06 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 15:13:29 +0000 (17:13 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_afx.h
include/configs/zynq_common.h
include/configs/zynq_cseflash.h
include/configs/zynq_ep107.h
include/configs/zynq_zc70x.h
include/configs/zynq_zc770.h
include/configs/zynq_zed.h

index eeb374c0b4c9f890e8c67c302cf29d9d65f0e4b7..926b2fe72c62306a6841dc87ef6f86258fa05cf5 100644 (file)
@@ -32,7 +32,6 @@
 
 #undef CONFIG_CMD_SETGETDCR    /* README says 4xx only */
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
-#define CONFIG_PANIC_HANG /* For development/debugging */
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
index 6cf8ea0527131cfc938a31e5ef74d3becdeb4f92..3f7f3aae8e7b412574ece1835c8d9eb194311e88 100644 (file)
 #endif
 
 
+/* For development/debugging */
+#ifdef DEBUG
+# define CONFIG_CMD_REGINFO
+# define CONFIG_PANIC_HANG
+#endif
+
+
 
 #include <asm/arch/xparameters.h>
 
index e5189056ef234cd2c0dba13971886e7f4990e0d7..06bd6bc21bb48ab680a162e75f93d99808f75e40 100644 (file)
@@ -58,8 +58,6 @@
 
 //#define CONFIG_TIMESTAMP     /* print image timestamp on bootm, etc */
 
-#define CONFIG_PANIC_HANG /* For development/debugging */
-
 //#define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
index df2c296202123c8ec2c610aec760cba669305655..8795762f3e51ed467be69712a59357c71fe399d4 100644 (file)
@@ -70,7 +70,6 @@
 
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
-#define CONFIG_PANIC_HANG /* For development/debugging */
 
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
index e2c9c2b30241f5273d3215373be65573196be57b..09b83ea1fd4a543447c52c7e11aadce99123d6c8 100644 (file)
@@ -34,7 +34,6 @@
 
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
-#define CONFIG_PANIC_HANG /* For development/debugging */
 
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
index 6fe8559b8d303992e20035dbed18549d57161dac..e54c52acb5dcacad8db6527a5ba35f5dd845e700 100644 (file)
@@ -51,7 +51,6 @@
 
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
-#define CONFIG_PANIC_HANG /* For development/debugging */
 
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
index f625e3f03b2084314bfd3418dd7f2cba29235cc5..147568a15006c28e559bf604bd16029d2d27376a 100644 (file)
@@ -54,8 +54,6 @@
 
 #define CONFIG_TIMESTAMP       /* print image timestamp on bootm, etc */
 
-#define CONFIG_PANIC_HANG /* For development/debugging */
-
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING