summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
-rw-r--r--arch/arm/include/asm/global_data.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index 87c6761326..fe78742f57 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -79,14 +79,16 @@ typedef struct global_data {
const void *blob; /* Our device tree, NULL if none */
void **jt; /* jump table */
char env_buf[32]; /* buffer for getenv() before reloc. */
-#if defined(CONFIG_COLIBRI_T20) || defined(CONFIG_COLIBRI_T30)
+#if defined(CONFIG_COLIBRI_T20) || defined(CONFIG_COLIBRI_T30) || \
+ defined(CONFIG_APALIS_T30)
unsigned conf_blk_offset; /* offset to Toradex config block */
unsigned env_offset; /* offset to U-Boot environment */
-#if (defined(CONFIG_ENV_IS_IN_MMC) && defined(CONFIG_COLIBRI_T20)) || defined(CONFIG_COLIBRI_T30)
+#if (defined(CONFIG_ENV_IS_IN_MMC) && defined(CONFIG_COLIBRI_T20)) || \
+ defined(CONFIG_COLIBRI_T30) || defined(CONFIG_APALIS_T30)
unsigned gpt_offset; /* offset to GPT in mass storage */
#endif
unsigned kernel_offset; /* offset to kernel in mass storage */
-#endif /* CONFIG_COLIBRI_T20 | CONFIG_COLIBRI_T30 */
+#endif /* CONFIG_COLIBRI_T20 | CONFIG_COLIBRI_T30 | CONFIG_APALIS_T30 */
} gd_t;
/*