From 4f4ecdbf6fe2673b8ad117df1a4974bdb7e6aa4a Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Wed, 11 Jun 2014 15:34:49 +0800 Subject: 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 Signed-off-by: Ye.Li (cherry picked from commit df6ac8531d498021ed379c74fc1847bd2cec7179) Signed-off-by: Peng Fan --- include/configs/mx6sxsabreauto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.1