summaryrefslogtreecommitdiff
path: root/include/configs/ti816x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-30 09:16:32 -0400
committerTom Rini <trini@konsulko.com>2021-09-07 19:17:32 -0400
commit5f588f831b7459ea910aaf75f4ddd2522987b0e6 (patch)
treeba4e04647da735f6ac5ddc547a26578d8e99855c /include/configs/ti816x_evm.h
parent87e8d38a3977ee284e1bbaad03f08d652ca1c7ec (diff)
downloadu-boot-5f588f831b7459ea910aaf75f4ddd2522987b0e6.tar.gz
arm: Finish migration of CONFIG_MACH_TYPEWIP/2021-09-07-ATAGs-and-related-migration
As this is only useful when booting with ATAGs, which are now largely disabled, remove this value for the remaining platforms. We have a few places in the code that had been testing for MACH_TYPE as a sort of internal logic. Update those to use different but still correct CONFIG symbols. Cc: Phil Sutter <phil@nwl.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti816x_evm.h')
-rw-r--r--include/configs/ti816x_evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h
index c8f5a0763b..cffa79416f 100644
--- a/include/configs/ti816x_evm.h
+++ b/include/configs/ti816x_evm.h
@@ -12,8 +12,6 @@
#include <configs/ti_armv7_omap.h>
#include <asm/arch/omap.h>
-#define CONFIG_MACH_TYPE MACH_TYPE_TI8168EVM
-
#define CONFIG_EXTRA_ENV_SETTINGS \
DEFAULT_LINUX_BOOT_ENV \
"mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \