summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2014-03-24 12:54:00 +0800
committerAnson Huang <b20788@freescale.com>2014-03-24 13:18:02 +0800
commitb8e5e814de10c70cda1ecef8325cfe5bf4c45d33 (patch)
tree1c7c8ef2eb3252b7aafba152828edcead53c54d0 /include
parentd17f24d79df49f71545095855d9fb7c07bb87fe9 (diff)
downloadu-boot-imx-b8e5e814de10c70cda1ecef8325cfe5bf4c45d33.zip
u-boot-imx-b8e5e814de10c70cda1ecef8325cfe5bf4c45d33.tar.gz
u-boot-imx-b8e5e814de10c70cda1ecef8325cfe5bf4c45d33.tar.bz2
ENGR00304841 ARM: imx: 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>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/configs/mx6sx_arm2.h2
-rw-r--r--include/configs/mx6sxsabresd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 82a2352..6900bbb 100755
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -24,6 +24,8 @@
#define CONFIG_SYS_PL310_BASE 0x00A02000
#define CONFIG_SYS_CACHELINE_SIZE 32
+#define CONFIG_DBG_MONITOR
+
/* uncomment for PLUGIN mode support */
/* #define CONFIG_USE_PLUGIN */
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index d8e6f14..93eaab0 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -24,6 +24,8 @@
#define CONFIG_SYS_PL310_BASE 0x00A02000
#define CONFIG_SYS_CACHELINE_SIZE 32
+#define CONFIG_DBG_MONITOR
+
/* uncomment for PLUGIN mode support */
/* #define CONFIG_USE_PLUGIN */