From 92a1babf75e90b45026ef0b0e83a6be0343fb70a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Jan 2017 20:42:36 -0500 Subject: arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-types With the latest mach-types values we have many instances where we no longer need to define a value and a few cases where the name (but not value) have changed slightly. Signed-off-by: Tom Rini --- include/configs/pepper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pepper.h') diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 6034baa634..9552dd1bcb 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Mach type */ -#define MACH_TYPE_PEPPER 4207 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_PEPPER #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ -- cgit