From 5f588f831b7459ea910aaf75f4ddd2522987b0e6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 30 Aug 2021 09:16:32 -0400 Subject: arm: Finish migration of CONFIG_MACH_TYPE 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 Signed-off-by: Tom Rini --- include/configs/dns325.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/dns325.h') diff --git a/include/configs/dns325.h b/include/configs/dns325.h index 3a943e4..18ff1bb 100644 --- a/include/configs/dns325.h +++ b/include/configs/dns325.h @@ -13,11 +13,6 @@ #define _CONFIG_DNS325_H /* - * Machine number definition - */ -#define CONFIG_MACH_TYPE MACH_TYPE_DNS325 - -/* * High Level Configuration Options (easy to change) */ #define CONFIG_FEROCEON_88FR131 /* CPU Core subversion */ -- cgit v1.1