From 94ba26f2bcc02013e8b7561d070d6d2eb4f091be Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Jan 2017 20:42:35 -0500 Subject: Revert "arm: Remove unregister MACH_TYPE_xxx uses" This reverts commit 70b26cd057f42c7126088b49d4285955c8a00eae. This is not a strict revert as it is easier to fix board/atmark-techno/armadillo-800eva/armadillo-800eva.c to now the correct name (same value) than to revert that change too. Signed-off-by: Tom Rini --- include/configs/cardhu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/cardhu.h') diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index 96d3a0d5cc..7e3966f478 100644 --- a/include/configs/cardhu.h +++ b/include/configs/cardhu.h @@ -25,6 +25,8 @@ #define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE +#define CONFIG_MACH_TYPE MACH_TYPE_CARDHU + /* I2C */ #define CONFIG_SYS_I2C_TEGRA -- cgit v1.2.3