summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-11 15:34:49 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 16:21:11 +0800
commit4f4ecdbf6fe2673b8ad117df1a4974bdb7e6aa4a (patch)
treeee2986274530589b8ab7a64b119a54a49e99cc32 /include
parent3d25e2acd48f605678a98cf594a715809dea8286 (diff)
downloadu-boot-imx-4f4ecdbf6fe2673b8ad117df1a4974bdb7e6aa4a.zip
u-boot-imx-4f4ecdbf6fe2673b8ad117df1a4974bdb7e6aa4a.tar.gz
u-boot-imx-4f4ecdbf6fe2673b8ad117df1a4974bdb7e6aa4a.tar.bz2
ENGR00315894-55 iMX6SX: add debug monitor support
Debug monitor will print out last failed AXI access info when system reboot is caused by AXI access failure, only works when debug monitor is enabled. Enable this module on i.MX6SX. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit df6ac8531d498021ed379c74fc1847bd2cec7179) Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabreauto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index a2c83b3..b66d139 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -12,6 +12,8 @@
#include "mx6_common.h"
+#define CONFIG_DBG_MONITOR
+
/* uncomment for PLUGIN mode support */
/* #define CONFIG_USE_PLUGIN */