summaryrefslogtreecommitdiffstats
path: root/include/configs/colibri_t30.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-08-06 00:47:00 +0200
committerTom Warren <twarren@nvidia.com>2015-08-13 13:06:01 -0700
commita5825625e56d7af4630d7892b214fc38c75264e3 (patch)
tree84cfd379ef96b6fd8691f120bff00f8386273390 /include/configs/colibri_t30.h
parenta1f34ed87356ffa0095ca1962098abfcc58fe374 (diff)
downloadtalos-obmc-uboot-a5825625e56d7af4630d7892b214fc38c75264e3.tar.gz
talos-obmc-uboot-a5825625e56d7af4630d7892b214fc38c75264e3.zip
apalis/colibri_t20/t30: integrate recovery mode detection
Allow detecting whether or not U-Boot was launched through the recovery mode of the resp. NVIDIA SoC. Make use of a board specific arch_misc_init() and enable the same via CONFIG_ARCH_MISC_INIT configuration option. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r--include/configs/colibri_t30.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index fbfebcfc9b..f10fa161a7 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -11,6 +11,8 @@
#include "tegra30-common.h"
+#define CONFIG_ARCH_MISC_INIT
+
/* High-level configuration options */
#define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T30"
OpenPOWER on IntegriCloud