diff options
author | zhang sanshan <b51434@freescale.com> | 2016-09-09 11:00:27 +0800 |
---|---|---|
committer | zhang sanshan <b51434@freescale.com> | 2016-09-09 14:17:12 +0800 |
commit | 5249e804483a8c3b7807d8bbb7371308be9f2dea (patch) | |
tree | 7179c9e140c9068275ac6789fc06880367f10fd0 /include/configs/mx6sxsabreautoandroid.h | |
parent | 50bebf0bca2cb8627e82a721d130590b106aa950 (diff) | |
download | u-boot-imx-5249e804483a8c3b7807d8bbb7371308be9f2dea.zip u-boot-imx-5249e804483a8c3b7807d8bbb7371308be9f2dea.tar.gz u-boot-imx-5249e804483a8c3b7807d8bbb7371308be9f2dea.tar.bz2 |
MA-8658-2 [Android_Imx]bootstat:record the reason of system boot
Bootstat in android need info about boot reason.
Read the reset reason and pass it to kernel through bootargs.
Signed-off-by: zhang sanshan <b51434@freescale.com>
Changes in v2:
Delete the kernel_panic bootreason for we do not have a formal way to
record panic reason in kernel.
Diffstat (limited to 'include/configs/mx6sxsabreautoandroid.h')
-rw-r--r-- | include/configs/mx6sxsabreautoandroid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreautoandroid.h b/include/configs/mx6sxsabreautoandroid.h index f825bdb..049d240 100644 --- a/include/configs/mx6sxsabreautoandroid.h +++ b/include/configs/mx6sxsabreautoandroid.h @@ -67,6 +67,7 @@ #define CONFIG_CMD_BOOTA #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SERIAL_TAG +#define CONFIG_RESET_CAUSE #undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_BOOTCOMMAND |